You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Added CFBundleURLName and CFBundleURLSchemes in info.plist.
Added delegate file and given reference in AppComponent.
The text was updated successfully, but these errors were encountered:
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
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:
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
The text was updated successfully, but these errors were encountered: