Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to send .ipa file to client for testing [closed]

Tags:

ipa

I'm sorry for this simple question. I want to send .ipa file to client for testing. How can I do this without using any sites...

like image 876
Bharu Avatar asked Jul 20 '16 08:07

Bharu


People also ask

How do you distribute an IPA for testing?

‍Simply drag & drop your Android (APK) and iOS (IPA) to share with your team and external testers.

How do I release an IPA file?

Use an unzip tool like Winzip or 7-Zip to decompress an IPA file and see the contents inside it. Typically, you will find an icon file for the app along with folders and data that make up the application. Keep in mind that you won't be able to run the application with the files you see.


3 Answers

The best and easy way for share application with client, either you can use apple testflight using itunes connect or you can just make .ipa and upload your .ipa on this link https://www.diawi.com/

like image 195
Ravi B Avatar answered Jan 03 '23 18:01

Ravi B


You can do this by following this guide for Exporting Your App ipa file for Testing purposes.

https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/TestingYouriOSApp/TestingYouriOSApp.html

Note: Although the recommended way is beta testing via TestFlight. It's beneficial for the long term. Also, it has easy OTA installation.

like image 27
Nishant Avatar answered Jan 03 '23 18:01

Nishant


You can use Fabric Mac Application. https://get.fabric.io/ios?locale=en-us

like image 24
Palanichamy Avatar answered Jan 03 '23 17:01

Palanichamy