applinks

Android applinks not working in released build but work correctly from a local install

梦想与她 提交于 2021-01-02 08:41:57
问题 I have a game that is using applinks. The applinks work fine when running debug and release versions from my computer but don't work for the version downloaded from Google Play. With the Google Play version, I get a dialog asking which app should open the link. I use "App Signing by Google Play" and understand that the release APK is signed by Google and has a different signature. I've added the SHA-256 certificate fingerprint from the app signing certificate listed on Google Play to my

Android applinks not working in released build but work correctly from a local install

£可爱£侵袭症+ 提交于 2021-01-02 08:40:20
问题 I have a game that is using applinks. The applinks work fine when running debug and release versions from my computer but don't work for the version downloaded from Google Play. With the Google Play version, I get a dialog asking which app should open the link. I use "App Signing by Google Play" and understand that the release APK is signed by Google and has a different signature. I've added the SHA-256 certificate fingerprint from the app signing certificate listed on Google Play to my

Deep Link does not work on Android

谁都会走 提交于 2020-05-12 20:36:34
问题 I'm following Create Deep Links to App Content in Android developer documentation to create a Deep Link to an Activity in an Android app. New app project, I've specified the activity exactly like in that tutorial: <activity android:name="com.example.android.GizmosActivity" android:label="@string/title_gizmos" > <intent-filter android:label="@string/filter_view_http_gizmos"> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" />

Deep Link does not work on Android

走远了吗. 提交于 2020-05-12 20:32:30
问题 I'm following Create Deep Links to App Content in Android developer documentation to create a Deep Link to an Activity in an Android app. New app project, I've specified the activity exactly like in that tutorial: <activity android:name="com.example.android.GizmosActivity" android:label="@string/title_gizmos" > <intent-filter android:label="@string/filter_view_http_gizmos"> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" />

Deep Link does not work on Android

走远了吗. 提交于 2020-05-12 20:32:27
问题 I'm following Create Deep Links to App Content in Android developer documentation to create a Deep Link to an Activity in an Android app. New app project, I've specified the activity exactly like in that tutorial: <activity android:name="com.example.android.GizmosActivity" android:label="@string/title_gizmos" > <intent-filter android:label="@string/filter_view_http_gizmos"> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" />

Capture the data provided by Intent

…衆ロ難τιáo~ 提交于 2020-01-14 02:28:12
问题 On this page: https://developer.android.com/training/app-links/deep-linking, in the 'Read data from incoming intents' section, Google mentions: Once the system starts your activity through an intent filter, you can use data provided by the Intent to determine what you need to render. Call the getData() and getAction() methods to retrieve the data and action associated with the incoming Intent. And that's exactly what I'm trying to do, but, I'm unable to get help. In this activity of mine:

Why this deep link (applink), generated by facebook does not work?

安稳与你 提交于 2019-12-30 07:28:27
问题 I want to make a button on my website, that will allow user to open native facebook app (if it is installed), or open facebook website otherwise. As i understood, i have to create separate html page for that. I tried facebook hosted app links to get working App Links example. Following code was generated by facebook, it can be accessed by this url. I have tried to open this link with iOS (Safari, Chrome), Android (default browser, Chrome). Despite i have facebook app installed on both devices