xcode - Device compabilities issue in iOS -


we uploaded app in first version added device capabilities “telephony” restrict iphone devices in info plist. in second version forgot add “telephony” , submitted app store. third version planning upload device capabilities “telephony” while submitting app store shows warning:

this bundle invalid. key uirequireddevicecapabilities in info.plist may not contain values prevent application running on devices supported previous versions.

how can resolve issue, if require device capability “telephony” application lifetime, due mistake on second version forgot add required device capabilities? solution it?

thanks in advance.

unfortunately doesn't seem possible fix error. according apple's technical q&a:

depending on how narrow devices app supports, 1 of 2 error messages xcode when uploading update app store.

"this bundle invalid. key uirequireddevicecapabilities in info.plist may not contain values prevent application running on devices supported previous versions."

when see error message, have added new constraint, under uirequireddevicecapabilities key in app's info.plist file.

important: because can't add uirequireddevicecapabilities restrictions after app in store, sure plan ahead choosing requirements comfortable supporting indefinitely going forward.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -