@@ -93,6 +93,14 @@
"ios" : {
"idfa" : false,
"dSYMs" : false,
+ "urltypes" : "iscm",
+ "capabilities" : {
+ "entitlements" : {
+ // 合并到工程entitlements文件的数据(json格式)
+ "com.apple.developer.associated-domains" : [ "applinks:iscm.360arrow.com" ]
+ },
+ "plists" : {}
"UIBackgroundModes" : "bluetooth-central",
"privacyDescription" : {
//可选,JSON对象,iOS隐私信息访问的许可描述
@@ -117,8 +125,8 @@
},
"share" : {
"weixin" : {
- "appid" : "",
- "UniversalLinks" : ""
+ "appid" : "112313",
+ "UniversalLinks" : "https://iscm.360arrow.com/ulink/"
}
@@ -0,0 +1,11 @@
+{
+ "applinks": {
+ "apps": [],
+ "details": [
+ {
+ "appID": "WT844B4R33.com.iscm.arrow360",
+ "paths": [ "/ulink/*"]
+ }
+ ]
+}