ios - Error when distributing an IPA over the air with dropbox on 9.2 -


i able install ipa using dropbox on 9.2.1 on 5c not on 6s.

any idea that. mainfest.plist file

<?xml version="1.0" encoding="utf-8"?> <!doctype plist public "-//apple//dtd plist 1.0//en" "http://www.apple.com/dtds/propertylist-1.0.dtd"> <plist version="1.0"> <dict>     <key>items</key> <array>         <dict>             <key>assets</key>             <array>                 <dict>                     <key>kind</key>                     <string>software-package</string>                     <key>url</key>                     <string>https://dl.dropboxusercontent.com/u/publicul/myapp.ipa</string>                 </dict>             </array>             <key>metadata</key>             <dict>                 <key>bundle-identifier</key>                 <string>com.mysrting.test2</string>                 <key>bundle-version</key>                 <string>1.0.41</string>                 <key>kind</key>                 <string>software</string>                 <key>title</key>                 <string>myapp</string>             </dict>         </dict>     </array> </dict> </plist> 

even had tried diwai ..

it showing unable dowload app

any idea. had tried developer , distribution certificates both.

thanks

you said in comment don't want include udid of devices on certificate. guess you're using adhoc cert.

if don't want provide each udid, you'll need inhouse certificate, can create once subscribed enterprise developer account.

otherwise, won't able install app on devices not included.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -