When i turn off application push notification stop coming, how to fix it ?
Please clarify which platform do you use (android, iOS, etc)?
Hi Andrew,
If you’re using Android, please refer to this guide: https://github.com/Backendless/Android-SDK/blob/master/docs/push.md
Option <uses-permission android:name=“android.permission.WAKE_LOCK” /> should be the one you’d look for.
Thank you, it worked