Skip to content

Commit 26d3e36

Browse files
committed
[Update]Associated domains
1 parent 93ebe98 commit 26d3e36

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

DemoApp/Resources/Entitlements/DemoApp-Debug.entitlements

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
<string>development</string>
77
<key>com.apple.developer.associated-domains</key>
88
<array>
9-
<string>applinks:getstream.io</string>
9+
<string>applinks:getstream.io</string>
10+
<string>applinks:pronto.getstream.io</string>
11+
<string>applinks:pronto-staging.getstream.io</string>
12+
<string>applinks:staging.getstream.io</string>
13+
<string>applinks:stream-calls-dogfood.vercel.app</string>
14+
<string>applinks:livestream-react-demo.vercel.app</string>
1015
</array>
1116
<key>com.apple.security.application-groups</key>
1217
<array>

DemoApp/Resources/Entitlements/DemoApp.entitlements

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<key>com.apple.developer.associated-domains</key>
88
<array>
99
<string>applinks:getstream.io</string>
10+
<string>applinks:pronto.getstream.io</string>
11+
<string>applinks:pronto-staging.getstream.io</string>
12+
<string>applinks:staging.getstream.io</string>
13+
<string>applinks:stream-calls-dogfood.vercel.app</string>
14+
<string>applinks:livestream-react-demo.vercel.app</string>
1015
</array>
1116
<key>com.apple.security.application-groups</key>
1217
<array>

0 commit comments

Comments
 (0)