简体   繁体   English

我们可以在远程设备上安装未发布的iOS应用程序吗?

[英]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. 我正在开发一个iOS应用程序,需要在与客户端在另一个国家/地区的设备中进行测试。 If needed I can get the UDID and other details of the device. 如果需要,我可以获得设备的UDID和其他详细信息。 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. 为此,您将需要安装App的所有设备的UDID,然后您需要为这些设备生成Ad Hoc provisiong配置文件。

https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/TestingYouriOSApp/TestingYouriOSApp.html 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. 要将应用程序发送到您的客户端,请转到XCode>产品(菜单)>存档。

Then open Organizer > Archives (Tab) > Distribute. 然后打开管理器>存档(Tab)>分发。 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). 这将生成一个.ipa文件(可执行文件),然后您可以将其发送给您的测试人员(通过电子邮件或其他任何方式)。 He will have to install this .ipa by dragging and dropping it onto iTunes. 他必须通过将它拖放到iTunes上来安装此.ipa。


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 1)将客户端设备注册到Apple网站上的开发者帐户中的设备列表中

2)Generate Ad-Hoc provision profile and send to your client with *.ipa file 2)生成Ad-Hoc配置文件并使用* .ipa文件发送给您的客户端

3)Test it 3)测试它

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. 另请参阅TestFlight等第三方服务 - http://testflightapp.com。非常流行且方便的方式与世界各地的beta测试人员合作。

Answer is yes. 答案是肯定的。 You need to get UDID and add it to your developer portal as testing device. 您需要获取UDID并将其作为测试设备添加到开发人员门户。 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.. 如果您可以使用企业的分发配置文件进行签名,则可以在链接上上传该文件,用户只需单击该链接即可安装iPA文件。

for more info check on these links.. 有关更多信息,请查看这些链接..

How to distribute ios application wirelessly without managing UDIDs and recompilation 如何在不管理UDID和重新编译的情况下无线分发ios应用程序

iPhone Application Enterprise Distribution Process iPhone应用程序企业分发流程

This an incredibly bad idea. 这是一个非常糟糕的主意。 What you are setting up is a back door into any iOS device to plant (potentially) malicious software. 您正在设置的是任何iOS设备的后门,以植入(可能)恶意软件。 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. 发布您的应用程序需要它进行代码审查,这需要确保应用程序的肠炎。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法在设备上安装 iOS 应用程序。 域:com.apple.dt.MobileDeviceError域代码:-402653179 - Unable to install iOS app on device. Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402653179 在设备上运行时,GMSPlace Picker中的应用程序崩溃。(iOS 8.3) - App Crash in GMSPlace Picker while running on device.(iOS 8.3) 尝试在iOS设备上运行应用程序时出错。 它在模拟器上运行 - Error trying to run app on iOS device. It runs on emulator phonegap iOS应用程序可在模拟器上运行,但不能在设备上运行。 如何调试 - phonegap iOS app working on simulator but not in device. How to debug 可以分发一个未发布的react-native ios应用程序吗? - Can one distribute an unpublished react-native ios app? “此代码适用于与此设备不兼容的应用。” - “This code is for an app that is not compatible with this device.” 如何在没有Macbook的iOS设备中安装iOS应用? - How can I install an iOS app in iOS device without Macbook? 我可以在没有iOS设备的情况下在iTunes Remote上发布应用程序吗? - Can I publish app on iTunes Remote without iOS device? iOS:如果设备越狱,我们可以访问应用程序的文档文件夹吗 - iOS : Can we access app's documents folder if device is jailbroken 在测试仪设备上部署iOS应用。 应用程序不包含某些图像 - Deploy iOS App on Tester Device. App doesn't contain some images
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM