Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS universal_link_url is not reset to nil after consumed #41

Closed
boxfish opened this issue Feb 16, 2016 · 1 comment
Closed

iOS universal_link_url is not reset to nil after consumed #41

boxfish opened this issue Feb 16, 2016 · 1 comment

Comments

@boxfish
Copy link
Contributor

boxfish commented Feb 16, 2016

  1. When clicking on a universal link to open the app, the universal_link_url is stored in cordova-src/ios/BNCDevice.m.
  2. Then press the Home button and click on the app icon to open the app (which is NOT a universal link click).
  3. Because the universal_link_url was not reset to nil, the same data from Step 1 got fetched inside getOpenData.

Note: the Android version is correctly resetting the values after consumed in getOpenData e.g. this line

@aaustin
Copy link
Contributor

aaustin commented Feb 18, 2016

Thanks for the fix @boxfish

@aaustin aaustin closed this as completed Feb 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants