App Store: Problem with UIRequiredDeviceCapabilities

后端 未结 2 1728
我寻月下人不归
我寻月下人不归 2021-01-01 07:40

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

相关标签:
2条回答
  • 2021-01-01 08:31

    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.

    0 讨论(0)
  • 2021-01-01 08:35
    1. Rename your app in iTunes Connect by submitting a new update which changes the App name.
    2. Create a new App in iTunes Connect and enter the original name of your App. (The original name of the App you renamed in step 1)
    3. Delete your old app which you have renamed in step 1

    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. ;-) )

    0 讨论(0)
提交回复
热议问题