Silent push notifications only delivered if device is charging and/or app is foreground

后端 未结 8 939
囚心锁ツ
囚心锁ツ 2020-11-30 18:26

I have implemented silent push notifications but I have noticed some strange behaviour. The silent push notifications are handled via:

- (void)application:(         


        
8条回答
  •  一整个雨季
    2020-11-30 19:00

    I hope you are using APNS delivering priority as "CONSERVE_POWER" (5), try to change it as "IMMEDIATE" (10)

提交回复
热议问题