|
@@ -0,0 +1,18 @@
|
|
|
+info.plist
|
|
|
+<key>CFBundleURLName</key>
|
|
|
+<string>dtgj.edtyun.com</string>
|
|
|
+<key>CFBundleURLSchemes</key>
|
|
|
+<array>
|
|
|
+ <string>tytylift</string>
|
|
|
+</array>
|
|
|
+
|
|
|
+AndroidManifest.xml
|
|
|
+<data
|
|
|
+ android:scheme="tytylift"
|
|
|
+ android:host="dtgj.edtyun.com"
|
|
|
+/>
|
|
|
+
|
|
|
+android和ios的host与scheme要与
|
|
|
+app4share中index.html的
|
|
|
+
|
|
|
+保持一致,否则将补发调起app
|