Dear friends,
In my app, i am using Silent Push Notification and Background Fetch to schedule local notification.
Everything is working fine, even when the app is in background state. But in some devices, when the app is quit manually from App Switcher, silence push notification is not received and hence local notification is not scheduled properly.
We could not use PushKit as our app is not providing VoIP services and we cannot use continuous location detection feature, as it may drain battery of the device.
Is there any trick to make scheduling local notification works even when the app is quit from App Switcher?
Is it possible use PushKit and get approved by Apple by any special request?
Please advise, Thank you.