Przeglądaj źródła

1.去掉引导页
2.更换优惠周费 ID
3.更换优惠周图

100Years 1 tydzień temu
rodzic
commit
3f1886deb9

BIN
.DS_Store


+ 2 - 2
AIEmoji.xcodeproj/project.pbxproj

@@ -2876,7 +2876,7 @@
 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 6;
+				CURRENT_PROJECT_VERSION = 7;
 				DEVELOPMENT_TEAM = 65UD255J84;
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;
 				GENERATE_INFOPLIST_FILE = YES;
@@ -2915,7 +2915,7 @@
 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 6;
+				CURRENT_PROJECT_VERSION = 7;
 				DEVELOPMENT_TEAM = 65UD255J84;
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;
 				GENERATE_INFOPLIST_FILE = YES;

+ 11 - 11
AIEmoji/AppDelegate.swift

@@ -37,18 +37,18 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
     }
 
     func JudgmentSkipPage() {
-        if AppDelegate.isFirstInstallApp() {
-            let bootPageVC = TSBootPageVC { [weak self] in
-                guard let self = self else { return }
-                UserDefaults.standard.set("1", forKey: "isFirstInstallApp")
-                UserDefaults.standard.synchronize()
-                goToTab()
-            }
-            let navi = TSBaseNavigationC(rootViewController: bootPageVC)
-            window?.rootViewController = navi
-        } else {
+//        if AppDelegate.isFirstInstallApp() {
+//            let bootPageVC = TSBootPageVC { [weak self] in
+//                guard let self = self else { return }
+//                UserDefaults.standard.set("1", forKey: "isFirstInstallApp")
+//                UserDefaults.standard.synchronize()
+//                goToTab()
+//            }
+//            let navi = TSBaseNavigationC(rootViewController: bootPageVC)
+//            window?.rootViewController = navi
+//        } else {
             goToTab()
-        }
+//        }
     }
 
     func initPlatform() {

BIN
AIEmoji/Assets.xcassets/VIP/promotional_topImage.imageset/1.1@3x@2x.png


+ 1 - 1
AIEmoji/Assets.xcassets/VIP/promotional_topImage.imageset/Contents.json

@@ -1,11 +1,11 @@
 {
   "images" : [
     {
-      "filename" : "promotional_topImage.png",
       "idiom" : "universal",
       "scale" : "1x"
     },
     {
+      "filename" : "1.1@3x@2x.png",
       "idiom" : "universal",
       "scale" : "2x"
     },

BIN
AIEmoji/Assets.xcassets/VIP/promotional_topImage.imageset/promotional_topImage.png


+ 1 - 2
AIEmoji/Common/Purchase/TSPurchaseManager.swift

@@ -187,8 +187,7 @@ public class PurchaseManager: NSObject {
             PurchaseProduct(productId: "101", period: .month),//增加月付费
             PurchaseProduct(productId: "102", period: .year),
             PurchaseProduct(productId: "103", period: .week(.week)),
-            PurchaseProduct(productId: "106", period: .week(.weekPromotional1)),
-//            PurchaseProduct(productId: "301", period: .week(.weekPromotional1)),
+            PurchaseProduct(productId: "110", period: .week(.weekPromotional1))
         ]
     }()