ios - Using a rate limit with Apple MDM -


in our apple mdm solution implement rate limit, setting limit on how many devices can interact server @ time.
ios device responds notnow when not able service request, thinking responding 429 (too many requests).
how device act upon receiving this? try again little later or give , wait new request?

a) can try , see happen

b) speaking, device behavior unreliable (documentation doesn't specify how device behave in case, can change version version)

c) why have problem @ all? device attempts receive command when send push notification. so, instead of limiting can command, limit push notifications sending.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -