Getting Notifications in Background Mode iOS?
- by Pau Senabre
I'm trying to get Notifications in Background Mode by running a method every minute to see if there are new notifications. This works great in Active Mode, but I saw for background mode it is restricted to 7 keys.
I enabled the Background Mode with the option Background Fetch, but seems like the method is being called but it's not complete.
…