user2243420
user2243420

Reputation: 425

Codename one generated.ipa not installed on iPhone devices

After successfully generated .ipa and trying to install in selected UDID devices, it's not being installed

It throws the error -- Unable to Download App "appname" could not be installed at this time.

We are trying install on iPhone 5s devices.

Upvotes: 3

Views: 95

Answers (1)

Diamond
Diamond

Reputation: 7483

Your issue may be related to this ios-debug-build-install-fails.

In addition to above, ensure that:

  1. You are installing the app through itms:services by clicking Install on device on your iPhone 5s and click install on the new page.
  2. you are installing the debug build and not the store build.
  3. the UDID is accurate, copy N paste it instead of typing.
  4. you are not behind any firewall that prevents downloading and your internet connection is good.

Edit:

Most developers experienced this due to testing on 32bit devices. Don't forget this blog.

If you are using any device older than iPhone 6, add the build hint ios.debug.archs=armv7.

Upvotes: 1

Related Questions