ios - Is there a number limit for region based notifications? -


as per apple's doc regarding core location:

core location limits 20 number of regions may simultaneously monitored single app.

but region based local notification apple says:

an app can have limited number of scheduled notifications; system keeps soonest-firing 64 notifications (with automatically rescheduled notifications counting single notification) , discards rest.

so question there limited number region based notifications on ios? in understanding, should 64. system automatically reschedule nearest 64 region based notifications?

thanks.


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -