Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 the 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.

like image 993
RoLYroLLs Avatar asked Apr 09 '11 18:04

RoLYroLLs


People also ask

Why did my app disappeared?

Apps can go missing from your home screen due to many reasons. As for Android users, the commonest reason is that you (or someone else) removed the app icon from your home screen manually. On most Android devices, users can simply pull out an app by long-pressing and swiping it to an X icon above the screen.

How do I get an app back that has disappeared?

From your Home screen, tap the Application screen icon. Find and tap Settings > Apps. Swipe to the Disabled tab. Select the app that you want to enable, then tap Enable.

Where did my installed app go?

Android. You can see your Android app history on your phone or on the web. On your Android phone, open the Google Play store app and tap the menu button (three lines). In the menu, tap My apps & games to see a list of apps currently installed on your device.


2 Answers

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.

like image 125
Aliaksei Avatar answered Sep 28 '22 14:09

Aliaksei


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.

like image 26
Akshat Avatar answered Sep 28 '22 13:09

Akshat