开发者

In-House App Disappears After Install

I'm currently building an iPhone app for a client which will be distributed in-house. My Client has just created their Enterprises Developer account in Apple.

I have created a website for the client to download test versions of the app wirelessly, through instructions given by apple here: Distributing Enterprise Apps for iOS 4 Devices. These tests have been done through my Standard account using an Adhoc profile which has their devise UDID's listed.

I am now trying the deploy the app using their Enterprises account. I created the In-house provisioning file. I also created an archive of the app and created the .ipa file for distribution using this profile.

The problem I am having occurs when I try to download the app. When I go to the site I created to download the app, I can see the app downloading on my iPhone, the wording under icon says: "Loading...". Then the wording changes to "Installing...". Once the progress bar finishes the app disappears. I also noticed t开发者_运维知识库he in-house provisioning files installed on my device.

I repeated the process several times on multiple devices, both devices that are I have used for testing this app and those I have not even used this app in. I even tried removing all the provisioning files on one device. Same process happens and the in-house provisioning file gets automatically installed again.

What exactly is wrong or am I not doing?

Thanks.


I experienced the same problem with one of my in-house apps. The reason was that bundle ID in application manifest was specified incorrectly. After I fixed bundle ID, the application installs normally.


The issue for me was that my download plist file had a different bundleID than my agent's bundleID. Fixing the download plist file worked for.

Alternatively a restart also worked, but it was a big pain everytime.


I used bundle ID - com.myname.{appId} in app info.list file. But my OTA manifest file i used com.myname.* because of this issue my install fails. I changed both places com.myname.APPName then works like smart.


**

I have had exactly same issue and got it resolved by following below steps.

**

Issue description To clarify, issue (app not installing properly - icon disappears after installation) was occurring only on iOS device (Android version of the same app build was working fine).

Source of issue In my case issue was cased by the fact that test iPad device I was using, was not registered (added) to the Developer Provisioning Profile my app was using.

Lesson learn That means iOS Developer App can not be installed on any given test device until this device is added to the Provisioning Profile (PP). Important information also is that once device is added to PP, new PP needs to be generated and App has to be signed using this new PP to complete handshake.

Steps to fix

  1. Login to Apple Developer https://developer.apple.com
  2. Navigate to 'Certificates, Identifiers & Profiles' -> 'Devices'
  3. After verifying you device is not listed here, Click on '+'

    In-House App Disappears After Install

  4. Fill out 'Name' and 'UDID' of you test device and click 'Continue'

    In-House App Disappears After Install

  5. Once device is added to the list, generate new PP by navigating to 'Provisioning Profiles' -> 'Development' -> Click on you existing PP -> 'Edit' -> check you newly added device in 'Devices' section -> click 'Generate' -> 'Download' -> 'Done'

    In-House App Disappears After Install

  6. Use your newly downloaded PP to sign the new Development App
  7. Install new App on the test device
  8. Celebrate success


Is the device's OS version below the app's Deployment Target OS level?

If so, lower the app's Deployment Target in the Ad Hoc Build settings for the Target, or upgrade the device's OS.


If anyone else has this issue, make sure you have registered the device you're testing on and that device is also registered to the provision you're using


Restarting the device resolved the issue for me. After restarting the device, the app appeared again

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜