We are developing a feature to push remote schedule notification. Right now we implemented with silent remote notification to trigger the app schedule a local notification using data from those silent notifications received. We found the success rate is really low to be able to schedule a notification on time(before our target time) since notification center hold the background notification when app is not running util user launch the app next time.
Is there any walk arounds to improve the success rate?