firebase-dynamic-links

Firebase Deeplink not calling application:continueUserActivity:restorationHandler function of AppDelegate in Swift 3

烂漫一生 提交于 2020-01-13 03:49:28
问题 I am using firebase Deeplink URL to open my app's specific section. It is working well when app running in background but when I killed the app and click deeplink url from outside than I don't know how to handle that case, I mean where I should write my condition to get the parameters of url. This method of app delegate called when app in background @available(iOS 8.0, *) func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([Any]

Flutter - How to pass custom arguments in firebase dynamic links for app invite feature?

帅比萌擦擦* 提交于 2020-01-11 03:12:10
问题 Can you please tell me how to Send and fetch the arguments using the flutter plugin firebase_dynamic_links[https://pub.dev/packages/firebase_dynamic_links#-readme-tab-]? I want to pass parameters like username and password in the deeplink/dynamic link as follow : uriPrefix: 'https://test.page.link/appinvite?username=Test&password=123456', link: Uri.parse('https://test.page.link/appinvite?username=Test&password=123456'), Is this the correct way to pass the data ? After that i am using below

Firebase Dynamic Link ShortUrl not working in Android

杀马特。学长 韩版系。学妹 提交于 2020-01-04 01:29:07
问题 I am unable to create ShortDynamicLink using the Android Firebase Invite SDK. I can create long DynamicLink fine but it keeps failing to create ShortDynamic link, always giving an error message of Bad Request. Here is the code: private void sendInvite(String uid, final String displayName){ String link = "https://appdomain.com/?invitedby=" + uid; com.google.android.gms.tasks.Task<ShortDynamicLink> shortLinkTask = FirebaseDynamicLinks.getInstance().createDynamicLink() .setLink(Uri.parse(link))

Check if Firebase invite led to the Play Store

别来无恙 提交于 2020-01-02 07:48:12
问题 When using Firebase invites and accessing the dynamic links at the startup of the app on Android, is there a way to know whether the user just installed the app thanks to the invite or whether it was already installed? Many thanks, Borja 回答1: EDIT: Thanks to Catalin Morosan for the answer It turns out that you can find this out using method AppInviteReferral.isOpenedFromPlayStore(result.getInvitationIntent()) . In the activity that runs when you click on the invitation: // Create an auto

Can't see custom campaign parameter result of Firebase Dynamic Link in Google Analytics

北城以北 提交于 2020-01-02 01:31:26
问题 I started to use Firebase Dynamic Link since few days ago with custom campaign parameters like this. https://subdomain.app.goo.gl/?apn=[package_name]&link=[link_url] &utm_campaign=campaign&utm_content=content&utm_medium=medium&utm_source=source Few days later, I checked Google Analytics to check new users in Acquisition > Sources > Google Play section. But recorded Source / Medium value has been (not set) / (not set) . This looks like campaign parameters isn't taken over to Play Store via

Once opening a firebase link always returns a link when reinstalling the app on a device

自作多情 提交于 2019-12-29 06:30:41
问题 I am currently busy using the firebase dynamic link and everything works well except one thing. When I click on a firebase link, I will be redirected to the appstore where I can download the app. When I download the app, the openURL method is called and the dynamic link is not empty, just as it should be. Now if I delete the app and reinstall it again, the dynamic link is still NOT empty. Why is that? 回答1: Firebase Dynamic Link will not be "consumed" after link was received by your App.

Why full/long dynamic link is not getting retrieved/received?

好久不见. 提交于 2019-12-28 07:05:11
问题 I'm creating a deep/dynamic link following this github project. Here's the link which is getting created: https://appcode.app.goo.gl/?link=http://example.com/-example&apn=com.abc.xxx&amv=16&ad=0&extraParameter=null This is the method I'm using for sharing it: private void shareDeepLink(String deepLink) { Intent intent = new Intent(Intent.ACTION_SEND); intent.setType("text/plain"); intent.putExtra(Intent.EXTRA_SUBJECT, "Firebase Deep Link"); intent.putExtra(Intent.EXTRA_TEXT, deepLink);

Firebase Invite for Beta App (Google Play Store Beta and iOS Testlfight)

橙三吉。 提交于 2019-12-25 09:46:26
问题 Does Firebase Invitie Dynamic Links / Referal Links work for Google Play Store Beta Apps and/or for iOS Testflight Apps? Our game app is currently in Beta and we're about to add a referal system. 回答1: Firebase Invites is powered by the same backend as Firebase Dynamic Links, but there are differences. Most relevant here: Firebase Invites do not supports most link behavior parameters that Firebase Dynamic Links do. Below information about Firebase Dynamic Links. Firebase Dynamic Links on iOS

Why is “Dynamic Links” created dynamically by android app not opening app directly?

本秂侑毒 提交于 2019-12-25 00:53:09
问题 Problem: Why is "Short dynamic links" created programatically wont open/launch the app directly? But link created at console, shows only one prompt to choose browser then app launches directly. I want to launch app directly when user clicks the dynamic url created dynamically by android app. When clicking dynamic short link created dynamically by android app the following things happen, 1.Option to open in browser shows 2.The browser opens,shows a loading dialog box 3.Again shows option to

About behavior of Dynamic Links

半城伤御伤魂 提交于 2019-12-24 20:07:24
问题 Xcode version: 9.3.1 Firebase SDK version: 5.0.1 Firebase Component: Dynamic Links Component version: 3.0.0 I implemented Dynamic links in project. I have a problem, I don't know the behavior that is true. Could you help me resolve it? Steps to reproduce: Install App from App store. Share a link for project. Delete App on device. Tap an link share at above (2) Move to App store and install again app. App receiver the content of link shared from Dynamic links. Delete App on device. Open App