Lock iOS app in single app mode programmatically

前端 未结 3 1726
说谎
说谎 2020-12-08 05:01

Note : I don\'t want to submit this app to app store.

What i want to achieve :

I want simple app with one view having two b

3条回答
  •  隐瞒了意图╮
    2020-12-08 05:55

    In MDM configuration, There is an option

    • autonomousSingleAppModePermittedAppIDs

      Optional. Supervised only. If present, allows apps identified by the bundle IDs listed in the array to autonomously enter Single App Mode. Availability: Available only in iOS 7.0 and later.

      But this needs Supervised Device mode.

提交回复
热议问题