Hi Team
We are generating the IPA file for our iOS mobile app using the following Pushwoosh plugin in OutSystems MABS 10.
Forge Pushwoosh Plugin version: 4.6.14 or 4.6.15
The IPA file generation itself works without any issues. However, during testing, there is an unusual behavior regarding push notifications. Specifically, when tapping on a received notification, the app may or may not transition to the set DeepLink URL.
Cases where the transition works:
. The app is not running when the notification arrives.
. Upon tapping the notification, the app transitions to the DeepLink URL screen.
. If the app is left open without being closed, subsequent notifications will correctly transition to the DeepLink URL screen when tapped.
Cases where the transition doesn't work:
. In the above scenario where the transition works, the app is closed once.
. The app is restarted and use it.
. When a notification arrives, tapping the notification only brings up the last screen that was open in the background, not the DeepLink URL screen.
. After this, tapping subsequent notifications only brings up the last open screen in the background and does not transition to the DeepLink URL screen.
(Note: Upon debugging, I confirmed that the DeepLink notification callback event is not being triggered.)
By the way, when using MABS 9 with an old Pushwoosh plugin, the DeepLink URL screen transitioned correctly in both cases without any issues.
I would appreciate it if you could share a solution to resolve the issue where the app does not transition to the DeepLink URL screen.Regards,Itqon
Check Pushwoosh Plugin Version Compatibility
@Amit JainThank you for your response.Our app is currently running on MABS 9. However, MABS 9 itself has already been deprecated. Therefore, we are in the process of verifying an upgrade to MABS 10 or higher, and we have encountered this issue.By the way, we have confirmed that the same issue occurs with MABS 11 as well.We are looking for a solution. If you have any hints or suggestions, we would greatly appreciate it.