Kiosk mode iOS app and auto update from appstore

泄露秘密 提交于 2021-01-28 08:13:33

问题


I'm developing app which is going to be constantly running in foreground on iPad devices in Kiosk mode. Does auto update work in this case (assuming auto update app is enabled in device settings)?

In my opinion NO and I have to manually check i.e once a day and if new version appear in the AppStore. Am I right?


回答1:


Yes, you are right. iOS doesn’t allow any updates in Kiosk mode. So, as an admin, if one needs to update the app, you would remove the app lock policy, then push the app update, and then re-apply the app lock policy.

Refer this



来源:https://stackoverflow.com/questions/44129223/kiosk-mode-ios-app-and-auto-update-from-appstore

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!