Skip to content

Commit

Permalink
Update FAQ.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rdelrosario authored Jun 17, 2018
1 parent 7b7958e commit ef9167a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@

3. You won't receive any push notifications if application is stopped while <b>debugging</b>, should reopen and close again for notifications to work when app closed. This is due to the application being on an unstable state when stopped while debugging.

4. On some phones android background services might be blocked by some application. This is the case of the followings:
- On your Huawei device go to Settings > Protected apps > check "My App" where.
- On your Xiaomi make sure your phone has the "Auto-start" property enabled for your app.
- On your Asus make sure the <b>Auto-start manager</b> of your phone has the "Auto-start" property enabled for your app
4. On some phones android background services might be blocked by some application. This is the case of the following phones:

- On your Huawei device go to Settings > Protected apps > check "My App" where.
- On your Xiaomi make sure your phone has the "Auto-start" property enabled for your app.
- On your Asus make sure the <b>Auto-start manager</b> of your phone has the "Auto-start" property enabled for your app

These phones disables background services starting by default. You need to make sure that your push notification service is not being blocked by the manufacturer application, since you won't receive push notifications when app is closed if so.

Expand Down

0 comments on commit ef9167a

Please sign in to comment.