Hello,
Since I updated my app to V2.0 the push notifications don't show in the app anymore. On my android phone I receive a push notification in the status bar but when I click on it, in the app itself the alert isn't shown. It used to work fine in V1.2 but now it doesn't..
This is my code:
codenavigator.notification.alert(data.aps.alert, null, 'Pushbericht', 'Oke');/code
Thank you!