Xiaomi does not receive notification when application is not running

前端 未结 4 1721
遇见更好的自我
遇见更好的自我 2020-11-29 04:24

I am working on an application where I am using Google Push Notification. Application receives notification when it is running in Xiaomi phone otherwise when it\'s killed it

4条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-29 05:07

    There are five settings that needs to be done manually in case of xiaomi to properly run any application. I have done a lot of research on this and there's no way to fix these settings programmatically. These are the settings:

    1. Auto Start -> ON (Toggle and restart your app)
    2. MIUI Optimization under Developer Options -> OFF
    3. Memory Optimization under Developer Options -> LOW/OFF
    4. No restrictions on background activities under Battery & Performance Settings
    5. Battery Saver -> OFF

    There are many other devices in which the manual settings needs to be done in order for the app to work as expected e.g. Lenovo, some Micromax devices. Companies impose these kind on restrictions on background activities to improve the overall battery life. Some apps like facebook and whatsapp work correctly as these might have been included as system apps.

提交回复
热议问题