开发者

Is it possible to add custom info to manifest file used to distribute iPhone enterprise applications?

开发者 https://www.devze.com 2023-03-17 16:33 出处:网络
I am creating an application that will be distributed using the iOS Enterprise Program. I know I\'ll need to create a manifest file that will be 开发者_如何转开发used to download and install the appli

I am creating an application that will be distributed using the iOS Enterprise Program. I know I'll need to create a manifest file that will be 开发者_如何转开发used to download and install the application. What I want is to add some custom info within the manifest file and read this info in the installed application. Does anyone know if this is possible and how can I do that?

Thanks


If by 'manifest file' you mean the .plist defining the IPA url etc. then yes, you can add your own custom key/value pairs. It's just a standard plist format which you can edit like any other, and additional key/value pairs will be ignored by the Over The Air distribution mechanism.

If you want to read these values from the application itself, the app will have to download the .plist again itself and parse out the values.

0

精彩评论

暂无评论...
验证码 换一张
取 消