Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

ios:deeplink always empty #132

Closed
dineshpatra opened this issue Dec 20, 2017 · 1 comment
Closed

ios:deeplink always empty #132

dineshpatra opened this issue Dec 20, 2017 · 1 comment

Comments

@dineshpatra
Copy link

I am developing a app in ionic 3 for android and ios platform. For deeplinking, i am using cordova firebase dynamiclink plugin.

This is working fine for android platform. But in ios platform, though it is not throwing any error, it is not working.

My current ionic code.

this.platform.ready()
.then(() => {
  return this.firebaseDynamicLinks.onDynamicLink();
}).then((dynamicLink:any) => {
  console.log(dynamicLink); // always gives  {matchType: "weak", deepLink:""} in ios
}).catch((error: any) => {
  console.log(error);
});

The android part working fine. But in ios, the deeplink is always coming as empty.

my manually created dynamic url

https://xxxx.app.goo.gl/?link=&apn=<android bundle id>&ibi=<ios bundle id>

The provided link is returning HTTP 200 status, when opening in browser.

Testing steps (in ios):

In my iphone (ios9) I have placed this dynamic link in notepad
Then by clicking on the dynamic link the app opens.
In console, I get

{matchType: "weak", deepLink:""}

@nordnet-deprecation-bot
Copy link
Contributor

👋 Hi! Thank you for your interest in this repo.

😢 We are not using nordnet/cordova-universal-links-plugin anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork.

🔒 This will now be closed & locked.

ℹ️ Please see #160 for more information.

@nordnet nordnet locked and limited conversation to collaborators Sep 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants