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

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -