iOS get Configuration Profiles that are installed

后端 未结 3 1222
温柔的废话
温柔的废话 2020-12-01 08:16

The app I am currently working on requires the use of Configuration Profiles in order to connect to a server to download XML. The certificates are distributed in the form o

3条回答
  •  攒了一身酷
    2020-12-01 09:17

    You won't. Your application is sandboxed, read the iOS App Programming Guide. Developer profiles are not public information for applications to access.

提交回复
热议问题