How much delay of ios push notification?

前端 未结 3 1174
感情败类
感情败类 2020-11-30 04:12

I want to add a fire alarm function to my app. I think the push notification may be the best choice. But if there is much delay, like over 10 mins, it would be meaningless

3条回答
  •  眼角桃花
    2020-11-30 04:51

    To avoid the delay,we should take care libraries of FCM in build.gradle(both project and module level ) and google-services.json. All should be up to date.

提交回复
热议问题