Browse Source

注册配置

zhengkun 2 months ago
parent
commit
6254c35cd3

BIN
ios/JianYuIOS/JianYuIOS.xcworkspace/xcuserdata/zhengkun.xcuserdatad/UserInterfaceState.xcuserstate


+ 3 - 3
ios/JianYuIOS/JianYuIOS/AppDelegate.m

@@ -99,9 +99,9 @@
 
     // 微信、QQ、微博完整版会校验合法的universalLink,不设置会在初始化平台失败
        //配置微信Universal Link需注意 universalLinkDic的key是rawInt类型,不是枚举类型 ,即为 UMSocialPlatformType.wechatSession.rawInt
-    [UMSocialGlobal shareInstance].universalLinkDic =@{@(UMSocialPlatformType_WechatSession):@"https://umplus-sdk-download.oss-cn-shanghai.aliyuncs.com/",
-    @(UMSocialPlatformType_QQ):@"https://umplus-sdk-download.oss-cn-shanghai.aliyuncs.com/qq_conn/101830139",
-     @(UMSocialPlatformType_Sina):@"https://umplus-sdk-download.oss-cn-shanghai.aliyuncs.com/"};
+    [UMSocialGlobal shareInstance].universalLinkDic =@{@(UMSocialPlatformType_WechatSession):@"https://www.jianyu360.cn/",
+    @(UMSocialPlatformType_QQ):@"https://www.jianyu360.cn/qq_conn/1106734232"
+   };
     
     
 

File diff suppressed because it is too large
+ 270 - 321
ios/JianYuIOS/Pods/Pods.xcodeproj/project.pbxproj


Some files were not shown because too many files changed in this diff