mirror of
https://github.com/RxReader/link_kit.git
synced 2025-08-26 03:02:35 +08:00
app link
This commit is contained in:
@ -27,7 +27,7 @@ Flutter plugin for Deep Link/App Link/Universal Links.
|
||||
<!-- 可定义多个 -->
|
||||
<data android:scheme="flks"/>
|
||||
</intent-filter>
|
||||
<!-- App Link -->
|
||||
<!-- App Link,可不配置 -->
|
||||
<intent-filter android:autoVerify="true">
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
@ -96,7 +96,7 @@ post_install do |installer|
|
||||
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [
|
||||
'$(inherited)',
|
||||
|
||||
# Universal Links
|
||||
# Universal Links 可不配置
|
||||
# FLK_UNIVERSAL_LINK 可自定义,含 host/path,host 与 applinks 的 domain 保持一致
|
||||
'FLK_UNIVERSAL_LINK=@\"help.link.kit/power/\"',
|
||||
]
|
||||
|
@ -36,7 +36,7 @@
|
||||
<!-- 可定义多个 -->
|
||||
<data android:scheme="flks"/>
|
||||
</intent-filter>
|
||||
<!-- App Link -->
|
||||
<!-- App Link 可不配置 -->
|
||||
<intent-filter android:autoVerify="true">
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
|
@ -40,7 +40,7 @@ post_install do |installer|
|
||||
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [
|
||||
'$(inherited)',
|
||||
|
||||
# Universal Links
|
||||
# Universal Links 可不配置
|
||||
# FLK_UNIVERSAL_LINK 可自定义,含 host/path,host 与 applinks 的 domain 保持一致
|
||||
'FLK_UNIVERSAL_LINK=@\"help.link.kit/power/\"',
|
||||
]
|
||||
|
@ -17,6 +17,6 @@ SPEC CHECKSUMS:
|
||||
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
|
||||
link_kit: bbd5081565a86256eb12eb53cb56c1133c749a7c
|
||||
|
||||
PODFILE CHECKSUM: 641e8b9693ca5a910881a0ca2fdf7ee3b62ebaf9
|
||||
PODFILE CHECKSUM: 10f2619bddbe51698b6ee3b569f5500e832b0964
|
||||
|
||||
COCOAPODS: 1.11.3
|
||||
|
Reference in New Issue
Block a user