android-app-links

Can Google's Digital Asset Links file caching mechanism be manipulated?

随声附和 提交于 2021-01-29 08:36:11
问题 I am noticing the effects of a caching mechanism between my device & the DAL hosted at https://example.com/.well-known/assetlinks.json and I'm looking to understand how it works, and if it can be bypassed. The issue is that I'm prototyping changes to the DAL (specifically adding another app, but the change should be irrelevant here for the purpose of the question), and changes aren't visible from the app's perspective. Example: I start with this DAL: [ { "relation": [ "delegate_permission

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

Android tries to verify host despite android:autoVerify=“false”

隐身守侯 提交于 2020-12-29 04:01:58
问题 In my app I have 3 activities, MainActivity, SecondaryActivity and TertiaryActivity. I want SecondaryActivity to be a default app link handler for a particular domain on Android 6, as described in this guide. At the same time, I want another activity, TertiaryActivity, to be able to handle links from another domain, but not be a default handler, as I don't own the domain. Here's my AndroidManifest to illustrate: <?xml version="1.0" encoding="utf-8"?> <manifest package="com.antonc.applinktest"

Android App link - Open a url from app in browser without triggering App Link

爷,独闯天下 提交于 2020-01-13 22:39:33
问题 I have enabled App linking in my application. It works fine. But in my application there are some scenarios where i cannot handle the incoming url. In those cases i want to redirect that url to the default browser in the device. Currently what i have tried doing is using intents to open browser with the url, but it again redirects to my app itself. The app link is of the format -> https://<domain>/<prefix>/<params> so depending on the params, i would like to either handle the app link in the

opening an Instant App by a Firebase Dynamic Link with custom parameters (App Links)

倖福魔咒の 提交于 2019-12-24 19:07:01
问题 I'm searching for a way to open an Android Instant app in a mobile browser. The app supports app links (deep linking in http/https). My Android app is working as an instant app and can be opened by an app link in different apps that are not browsers (Gmail, Whatsapp, etc.). I have concluded that the only way to be able to have an instant experience in browser apps is by using Firebase Dynamic Links. The only way it works is by using short Firebase Dynamic Links (without app parameters in the

Android app link not working after the application is made live in play store

♀尐吖头ヾ 提交于 2019-12-09 18:34:22
问题 I have implemented Android app links based on the below links. https://developer.android.com/studio/write/app-link-indexing.html https://developer.android.com/training/app-links I have hosted assetlinks file into our domain https://ourdomain/.well-known/assetlinks.json And also I have verified this using https://developers.google.com/digital-asset-links/tools/generator and from android studio's App Links Assitant also. and got verified status from both the ways. Now when I generate a signed

Instant app with Dynamic Features always show Disambiguation dialog with 1 option

為{幸葍}努か 提交于 2019-12-09 06:31:59
问题 I'm experimenting with Dynamic Features and Instant Apps. To navigate between various features, I use Deep Links. Each time I navigate to another Activity, I see the disambiguation dialog for less than 1 second, with 1 app listed. Notice how the options for "Once" and "Always" (in dutch) are greyed out. Sample Github Project I created a minimalistic sample, that matches my current structure on Github. Requires Android Studio 3.5 - RC2 Some Context: I'm quite confident, the deeplinks are

Android app link not working after the application is made live in play store

戏子无情 提交于 2019-12-04 09:18:57
I have implemented Android app links based on the below links. https://developer.android.com/studio/write/app-link-indexing.html https://developer.android.com/training/app-links I have hosted assetlinks file into our domain https://ourdomain/.well-known/assetlinks.json And also I have verified this using https://developers.google.com/digital-asset-links/tools/generator and from android studio's App Links Assitant also. and got verified status from both the ways. Now when I generate a signed build and tested it via google drive links. Android app link works as expected(on click of the link the