3

My application installs perfectly i have put my ipa and plist online with this

<a href="itms-services://?action=download-manifest&url=http://example.com/ww/x/x.plist">

but when i install my application the install icon stay's on the springboard en the app goes right beside it but there is no possible way to delete the install icon.

i've tried restarting the ipad but doesn't work. anyone else experienced this problem? and how to fix this? ( problem exists on ios6 and 7)

Andy Jacobs
  • 15,187
  • 13
  • 60
  • 91
  • 1
    Check the device's console log (via the Organizer window in Xcode): it'll very likely contain some logging from `SpringBoard` or `backboardd` about what steps it took during installation, and what they thought of the download manifest. – cbowns Oct 29 '13 at 20:16
  • Are the bundleID and provisioning id the same? – TreeTree Nov 03 '13 at 03:43

2 Answers2

1

I've had similar issue before. I've successfully uninstalled doing so:

  1. Install the app via XCode (when device is plugged into your mac).
  2. Install icon should disappear.
  3. Uninstall the app directly from springboard.
Axadiw
  • 651
  • 8
  • 19
0

You can uninstall application, using iTuness. It helped me when I have faced the same problem. Also it indicates that your provisioning profile does not contain device UDID, or something else is incorrect in provisioning info.

Roman Kabachenko
  • 513
  • 2
  • 10