简体   繁体   中英

Can we install an unpublished iOS app on a remote device.?

I am developing an iOS app which needs to be tested in a device which is present in another country with the client. If needed I can get the UDID and other details of the device. Can I install my under-development app on that device without publishing my App.? If yes, please explain the procedure. Thank you all in advance.

Yes, you can. To do this you will need the UDID of all the devices where the App will be installed, and then you need to generate an Ad Hoc provisiong profile for those devices.

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

To send the app to your client, go to XCode > Product (Menu) > Archive.

Then open Organizer > Archives (Tab) > Distribute. Follow on-screen instructions. This will generate an .ipa file (executable) which you can then send to your testers (through email, or whatever other mean). He will have to install this .ipa by dragging and dropping it onto iTunes.


For further discussions look at this question.

Yes, you can.

1)Register client's device into device list in your developer account on apples site

2)Generate Ad-Hoc provision profile and send to your client with *.ipa file

3)Test it

Also take a look at 3-rd party services like TestFlight - http://testflightapp.com .Very popular and convenient way to work with beta-testers all around the world.

Answer is yes. You need to get UDID and add it to your developer portal as testing device. Download the provisioning profile and rebuild the app with revised provisioning profile. This app can be send to client for testing.

If you can sign with an Distribution profile for enterprises than you can upload that file on a link and user can Install the iPA file just by clicking on that link..

for more info check on these links..

How to distribute ios application wirelessly without managing UDIDs and recompilation

iPhone Application Enterprise Distribution Process

This an incredibly bad idea. What you are setting up is a back door into any iOS device to plant (potentially) malicious software. While your intentions may be good the long term effects are not.

Publishing your app would require it to go through code review, which is entail to ensure the enteritis of the app.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM