doc(iOS): Update setting Universal Link document.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"apps": [],
|
||||
"details": [
|
||||
{
|
||||
"appID": "Team ID.com.uiwjs.XXX",
|
||||
"appID": "968DSZ49MT.com.uiwjs.react.example.wechat",
|
||||
"paths": ["/react-native-wechat/*"]
|
||||
}
|
||||
]
|
||||
|
8
example/ios/example/example.entitlements
Normal file
8
example/ios/example/example.entitlements
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>com.apple.developer.associated-domains</key>
|
||||
<array/>
|
||||
</dict>
|
||||
</plist>
|
Reference in New Issue
Block a user