deep-linking

Custom URL Scheme for iOS App when not backgrounding

和自甴很熟 提交于 2019-12-10 15:37:22
问题 I have set up a custom deep-linking iOS URL scheme for my app, and I listen for it in - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation { I parse the URL and send a notification using NSNotificationCenter , with the URL as the object, to the appropriate class to handle the URL. This all works great when the app is "backgrounded" but when the app is fully closed out of multitasking, it seems like the

Firebase dynamic deep link arrives nil after install

人走茶凉 提交于 2019-12-10 06:21:29
问题 I am attempting to use Firebase to pass deep links into my app that survive install. To test this I am following the steps provided by the Firebase documentation and Firecast video here at about the 12min 40s mark. The steps are as follows: First I delete the app from my device. Then I press the link to open the app store. Then I run my app from xcode. Expected: The dynamicLink.url property will be equal to "https: //www.example.com/data/helloworld" in application:openURL Reality: The

Redirect from Mozilla Firefox to Android app - Deep Linking

一曲冷凌霜 提交于 2019-12-10 03:41:39
问题 I use an intent filter to allow deep linking to an activity of my application. Like in the example given below: https://developer.android.com/training/app-indexing/deep-linking.html The redirection to my app works fine with Google Chrome and the Android Browser but when i use Firefox, the problem is that Firefox launches a new instance of my app, instead of redirecting me to the already launched instance of the app. Moreover the new launhed app seems to be running through Firefox. The senario

iPhone iOS Amazon Scheme / URI Not Working Anymore amzn:// version 4.3.1 Deep Linking

大兔子大兔子 提交于 2019-12-09 01:38:03
问题 We were using scheme something like amzn://content/item?id=<some valid id> And was working fine, but now as of Amazon App 4.3.1, this is no longer working, the scheme is no longer provided. So trying the scheme something like com.amazon.mobile.shopping://content/item?id=<some valid id> we get the message in the Amazon App Amazon Mobile is currently unavailable for content. Any hints on this? 回答1: Try this scheme on iOS device. com.amazon.mobile.shopping://www.amazon.com/products/B00KWFCV32/

Trying to add Deep Linking my Android App

独自空忆成欢 提交于 2019-12-09 01:00:17
问题 My app is working fine but whenever i add deep link code in my manifest my app lunching icon disappears this is my manifest file <activity android:name=".login.LoginActivity" android:screenOrientation="portrait"> <intent-filter> <category android:name="android.intent.category.LAUNCHER" /> <action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent

Link is not opened as instant app in some devices

岁酱吖の 提交于 2019-12-08 19:16:27
问题 I had published my instant app in play store. when i click the link from gmail it opens as instant app in some devices (Samsung s6 note ,moto g4 plus) In some devices its not working ,but those devices has Settings->Google->Instant Apps option. but the instant app is not working. my digital asset link is https://abdcoop.mybuzztm.com/.well-known/assetlinks.json Anyone able to suggest what i am missing? I have added my log. I/Timeline: Timeline: Activity_launch_request time:74970969 I

My App Screen Appears in Browsers

99封情书 提交于 2019-12-08 17:30:48
问题 I open browser (opera or firefox ) on Android and write my deeplink on address bar when I press Go button on Browsers ,It redirect me to My app As expected but the problem is My app appears on Browser like in Image How I can open my app and close the browser after that or make it not display my app screen on it. 回答1: Your app is launched into the browser task. So you have to add android:launchMode="singleTask" to your <activity> tag to make your app the root of its own task. See android

Android deep link: App chooser is triggered for each subdomain

亡梦爱人 提交于 2019-12-08 12:10:23
问题 So I have an app with deep linking that can open links from the company website. I do this by adding an intent-filter to an Activity tag like so: <intent-filter > <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <data android:host="*.company.com" android:scheme="https" /> </intent-filter> The problem is that the website has multiple subdomains that each trigger the app

Wechat deeplink is not opening properly in app from mobile browser

跟風遠走 提交于 2019-12-08 07:51:09
问题 I am basically trying to open wechat app from mobile web browser for payment. But any of the Deeplink url scheme I tried like these: https://spacekid.me/weixin-url-schemes/ https://stackoverflow.com/a/35576003/3326275 However all of them giving me following error though application opens: I tried to use any of the urls, all of them are giving me same error as above. I want to open payment URL in web app. Leave that alone, any of the links. Any one knows : Why am I facing error, is there any

iOS Branch deep link does not open application on device, but works well on simulator

你离开我真会死。 提交于 2019-12-08 07:21:01
问题 Could anybody help me out please? iOS Branch deep link does not open application on device, but works well on simulator. My simulator OS version is 10.3, my iPhone 5s OS version is 10.3.3 What I have done: Dashboard: Settings -> Link Settings: "Always try to open app" is checked "IOS URI Scheme" is set to the application's custom URI scheme. "Enable Universal Links" is checked. Bundle Identifier & Apple App Prefix are both set correctly. Link Domain was set as bellow: Test Link was created as