Hi, We want to implement background data update in our iOS application. In native applications it is possible to receive silent notification and have callback function to perform data fetch and local data update.Is it possible to achieve this functionality ?
Thank you
Hello @Mykola (Nick) Tkachenko,
Configure OneSignal to send notifications with content-available: 1. Write custom JavaScript or native code to handle the silent notifications and perform background data updates. Ensure thorough testing on real devices to verify background functionality.
Thanks.
Write custom JavaScript or native code to handle the silent notifications and perform background data updates
Do you have an example of iOS code? like this example https://developer.apple.com/videos/play/wwdc2020/10095/?time=452My doubt is how to trigger OutSystems client action.