Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我们的 Apple MDM 解决方案中,我想实现一个速率限制,对可以随时与服务器交互的设备数量设置一个限制。 就像 iOS 设备在无法处理请求时响应 NotNow 一样,我正在考虑响应 429(请求过多)。 设备在收到此信息后将如何行动?它会稍后再试一次,还是会放弃并等待新的请求?
a) 你可以试试看会发生什么
b) 一般来说,设备行为是不可靠的(文档没有指定设备在这种情况下的行为方式,因此它可以从一个版本更改为另一个版本)
c) 你为什么会遇到这个问题?设备仅在您发送推送通知时尝试接收命令。因此,与其限制谁可以获得命令,不如限制您发送的推送通知。