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

Deeplinking handleRouting function not getting called when app is removed from memory iOS #5

Open
DeepikaKochar opened this issue Aug 6, 2018 · 0 comments

Comments

@DeepikaKochar
Copy link

Hi,

Great plugin thank you for all your hard work. It's just that I can't get url when app is removed from memory in iOS devices. On Android it's working. I have implemented all steps in iOS:

  1. Added CFBundleURLName and CFBundleURLSchemes in info.plist.
  2. Added delegate file and given reference in AppComponent.

Dependencies:
"nativescript": {
"id": "xyz",
"tns-ios": {
"version": "4.1.0"
}
},
"dependencies": {
"@angular/animations": "~6.0.0",
"@angular/common": "~6.0.0",
"@angular/compiler": "~6.0.0",
"@angular/core": "~6.0.0",
"@angular/forms": "~6.0.0",
"@angular/http": "~6.0.0",
"@angular/platform-browser": "~6.0.0",
"@angular/platform-browser-dynamic": "~6.0.0",
"@angular/router": "~6.0.0",
"base-64": "^0.1.0",
"nativescript-angular": "~6.0.0",
"nativescript-app-tour": "^0.10.0",
"nativescript-coachmarks": "^2.0.4",
"nativescript-downloader": "^2.0.0",
"nativescript-drop-down": "^3.1.3",
"nativescript-feedback": "^1.2.0",
"nativescript-iqkeyboardmanager": "^1.3.0",
"nativescript-pdf-view": "^2.0.1",
"nativescript-plugin-firebase": "^6.4.0",
"nativescript-pro-ui": "^3.4.1",
"nativescript-social-login": "^4.0.0",
"nativescript-social-share": "^1.4.0",
"nativescript-sqlite": "^2.2.1",
"nativescript-star-ratings": "^1.0.0",
"nativescript-theme-core": "~1.0.4",
"nativescript-toast": "^1.4.6",
"nativescript-urlhandler": "^1.2.2",
"nativescript-webview-interface": "^1.4.2",
"nativescript-xml2js": "^0.5.2",
"nativescript-zip": "^3.0.0",
"reflect-metadata": "~0.1.8",
"rxjs": "^6.0.0",
"rxjs-compat": "^6.2.1",
"tns-core-modules": "^4.1.0",
"tns-platform-declarations": "^4.1.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"babylon": "6.4.5",
"lazy": "1.0.11",
"nativescript-dev-typescript": "~0.7.0",
"typescript": "^2.7.2"
}
Let me know if I am doing anything wrong.

Thanks

@DeepikaKochar DeepikaKochar changed the title Deeplinking handleRouting function not getting called when is removed from memory iOS Deeplinking handleRouting function not getting called when app is removed from memory iOS Aug 7, 2018
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

1 participant