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

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -