I\'ve uploaded my first App to App Store, but I did NOT put on the UIRequiredDeviceCapabilities that my App requires location-services and wifi. RESULT: the app does not sta
For me I ran into this issue when I recently added HealthKit to my app. I fixed it by removing this row on info.plist.
Using that trick you can realize your idea. ;-) The only loss is that you have to enter all your app's meta data again. And don't forget that you will loose the reviews and ratings your customers left on the App Store. (BTW, a good way to get rid of bad reviews. ;-) )