问题
My requirement is, If I upload an ipa file in google drive or share point then the tester should be able to install the ipa in his device from drive with out using iTunes . Is it possible? I can achieve this by deploying the ipa, plist and index.html file in server. The test able to download it for testing.
回答1:
Take a look at this link which explains how to get the public link to the file: link
Get the magic number in the link that looks like this: https://drive.google.com/file/d/thisisthemagicnumber/view?usp=sharing
And create a link like this: www.googledrive.com/host/thisisthemagicnumber
Create the links for your HTML, IPA and Plist files. You can then plug these values into the appropriate places and get the OTA download page working.
I have a working example, so please let me know if you need any more help.
回答2:
Have a look at this link which describes the process of OTA distribution of ipa files. This link uses old version of Xcode but you can follow it in new Xcode versions as well.
Note: You need url in advance & web-server where you will upload the ipa . plist & html file. I think you can give try using Google Drive / Dropbox
Let me know if it works for you.
回答3:
Rather that using the google drive I will suggest you to use the TestFlight.. Go to testflight.com. Create an account. Its the simple and best way to even allow the clients and testers to install the app without using iTunes.
来源:https://stackoverflow.com/questions/25400432/upload-ipa-in-google-drive