My iphone app background process terminates after 10 mins

后端 未结 3 1004
栀梦
栀梦 2021-01-29 16:41

I have been facing a issue that my app doesnt run background for more than 10 mins , I have implemented background task which will fetch notifications instantly.

my appl

3条回答
  •  死守一世寂寞
    2021-01-29 16:54

    You should use Push Notifications instead fetching them every 5 minutes. It's will work on the fly and will not drain the battery.

提交回复
热议问题