Upload ipa in google drive

我的未来我决定 提交于 2019-12-24 02:43:22

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!