I'm facing an issue with Deeplink in iOS alone. I'm using Onesignal API to send push notifications with deeplinks so when I click on the notification it reroutes to a specific screen.
The logic works fine for Android and it opens the specific page. But when I receive the notification in iOS it does not open the specific screen. Any idea on how to resolve this?
Hi Monika, kindly try this in the Extensibility Configuration of the eSpace/Module:
https://github.com/OneSignal/OneSignal-Cordova-SDK/issues/412
Hope this helps,
Chris
Hi Christopher , I added this bit in the Extensibility Configuration still not working as expected. When the notification is clicked when the app is killed.. it just opens the app and is not redirecting to the target page
Did you find any unusual within the Error Log and Screen Requests logs?Also, where you able to verify in the Integration log the Post Notification data for Onesignal that the correct deeplink was built and passed?
This is the only error that sticks out ... Invalid eSpace info. Could not find the User Provider in this server. which is not mapped to any module.. would this be the cause of it