iOS Question Why iOs's Firebase Push notification delayed?

hongbii khaw

Member
Licensed User
Longtime User
Dear All,
I send the push notification to iOs and Android at the same time, android instantly received the push notification but iOs will have a delay for 30 seconds.
Both phones are in the locked mode.
Any setting to let iOs receive push notification faster?
Thank you.
 

hongbii khaw

Member
Licensed User
Longtime User
Hi,
Is it related to the datetime value ?
B4X:
Dim n As Notification
    n.Initialize(DateTime.Now + 1 * DateTime.TicksPerSecond)
    n.AlertBody = Message.Get("title") & " - " & Message.Get("body")
    n.PlaySound = True
    n.Register
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…