浏览代码

[RN] Expand domains supported by Universal Links

j8
Lyubomir Marinov 8 年前
父节点
当前提交
94f3d4b279
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2
    0
      android/app/src/main/AndroidManifest.xml
  2. 2
    0
      ios/jitsi-meet-react.entitlements

+ 2
- 0
android/app/src/main/AndroidManifest.xml 查看文件

@@ -38,9 +38,11 @@
38 38
             <action android:name="android.intent.action.VIEW" />
39 39
             <category android:name="android.intent.category.BROWSABLE" />
40 40
             <category android:name="android.intent.category.DEFAULT" />
41
+            <data android:host="beta.hipchat.me" android:scheme="https" />
41 42
             <data android:host="beta.meet.jit.si" android:scheme="https" />
42 43
             <data android:host="chaos.hipchat.me" android:scheme="https" />
43 44
             <data android:host="enso.me" android:scheme="https" />
45
+            <data android:host="hipchat.me" android:scheme="https" />
44 46
             <data android:host="meet.jit.si" android:scheme="https" />
45 47
         </intent-filter>
46 48
         <intent-filter>

+ 2
- 0
ios/jitsi-meet-react.entitlements 查看文件

@@ -5,8 +5,10 @@
5 5
 	<key>com.apple.developer.associated-domains</key>
6 6
 	<array>
7 7
 		<string>applinks:beta.meet.jit.si</string>
8
+		<string>applinks:beta.hipchat.me</string>
8 9
 		<string>applinks:chaos.hipchat.me</string>
9 10
 		<string>applinks:enso.me</string>
11
+		<string>applinks:hipchat.me</string>
10 12
 		<string>applinks:meet.jit.si</string>
11 13
 	</array>
12 14
 </dict>

正在加载...
取消
保存