push notification on android problem
I am using the ANE from distriqt.com for push notifications which then send a local notification. This is working great except after the app has been in the background for awhile. It stops receiving the notifications.
The documentation at the android developer site states:
On the device, the system broadcasts the message to the specified Android application via Intent broadcast with proper permissions, so that only the targeted Android application gets the message. This wakes the Android application up. The Android application does not need to be running beforehand to receive the message.
Do I have a setting or option wrong or do I need a different ANE. It seems that the device is disabiling the app after a period of time in the background.
I would hate to think a user has to open the app at regular intervals to be able to receive the notifications.
