firebase-dynamic-links

Firebase dynamic link not opening the app iOS

Deadly 提交于 2019-11-27 01:04:16
问题 I have developed & installed an iOS app locally on my device. And have set custom scheme in the info.plist as mydlink Set associated domains as weel: applinks:<myapp>.app.goo.gl Created dynamic link on firebase as: https://<myapp>.app.goo.gl/?link=http://<mysite.com>/&ibi=<app bundle id>&ius=mydlink&ifl=https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id%3D<app store id>%26mt%3D8&pt=<app store id> When I open or click on dynamic link, it opens app page in the "App Store" app

How to add SHA-1 to android application

生来就可爱ヽ(ⅴ<●) 提交于 2019-11-26 18:41:42
I'm trying to create a dynamic link in Firebase, when I'm selecting the android app, it shows an error saying "Add SHA-1 to this android app", I've already added a credential, but I'm not sure how exactly do I "add SHA-1 to the app" How is this done? Damini Mehra sha1 generation in android studio: Select Gradle in android studio from right panel Select Your App In tasks -> android-> signingReport Double click signingReport . You will find the sha1 fingerprint in the " Gradle Console " add this sha1 fingerprint in firebase console If you are using Google Play App Signing you need to use the

Firebase dynamic link not opening the app

折月煮酒 提交于 2019-11-26 13:53:21
问题 I have developed an android app locally on my device (app not yet on android play store). I have the following logic to get deep link in MainActivity. GoogleApiClient mGoogleApiClient = new GoogleApiClient.Builder(this) .enableAutoManage(this, null) .addApi(AppInvite.API) .build(); // Check if this app was launched from a deep link. Setting autoLaunchDeepLink to true // would automatically launch the deep link if one is found. boolean autoLaunchDeepLink = false; AppInvite.AppInviteApi

How to add SHA-1 to android application

瘦欲@ 提交于 2019-11-26 06:05:57
问题 I\'m trying to create a dynamic link in Firebase, when I\'m selecting the android app, it shows an error saying \"Add SHA-1 to this android app\", I\'ve already added a credential, but I\'m not sure how exactly do I \"add SHA-1 to the app\" How is this done? 回答1: sha1 generation in android studio: Select Gradle in android studio from right panel Select Your App In tasks -> android-> signingReport Double click signingReport . You will find the sha1 fingerprint in the " Gradle Console " add