Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Existing App: upgrade from iOS 4.2 to iOS 5.0

I rewrote an app I have on the iTunes store using iOS5.

  • The original app had support for armv6 and armv7 on iOS 4.2 and higher.
  • The new app has only support for armv7 on iOS5.0 and higher (since iOS5 API is only supported on armv7)

So there's the issue. iTunes won't let me upgrade the app because it would mean some users won't be able to get an upgrade. Error message:

This bundle is invalid. UIRequiredDeviceCapabilities in the Info.plist may not contain values that would prevent this application from running on devices that were supported by previous versions.

The value in UIRequiredDeviceCapabilities is armv7. armv7 is required b/c iOS5 api.

What do I do? Do I pull the old app and replace it with the new one? What about my customers? How will they be able to upgrade? Are there any workarounds?

like image 880
Jason Avatar asked Dec 31 '25 12:12

Jason


1 Answers

I also found this in my search: https://developer.apple.com/library/ios/#qa/qa1623/_index.html

I wish they would fix this. I mean we can't support all versions all the time if they want us to use new features, and I'm not going to rerelease the app every time they upgrade the OS.

like image 138
Jason Avatar answered Jan 05 '26 20:01

Jason



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!