app-store

ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted

只谈情不闲聊 提交于 2021-01-29 05:47:56
问题 I'm trying to add a new app to the app store. After few days from submitting the app bundle I got this issue message Dear Developer, We identified one or more issues with a recent delivery for your app. Please correct the following issues, then upload again. ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview). I searched for a

Transfer IOS App from Testflight of one account to another account

二次信任 提交于 2021-01-28 11:02:49
问题 App is not published on App Store but distributed to testers via Testflight on previous account. Now I have to shift the app to new account. With same Bundle Identifier Can I place it on new account with same bundle identifier? What will be the procedure to transfer the app because it is in the Testflight and docs says "The app must have a published version." ? If I just have to simply upload it to new account then what changes to be made and what are the consequences? Will the testers get it

Error: There are still screenshot uploads in progress. On Apple App Submission

好久不见. 提交于 2021-01-27 18:16:48
问题 First I uploaded images for iPhone 5.5" Display and iPad Pro (2nd Gen) 12.9" Display Screenshot images, which uploaded fine and press "Submit Review". after getting error to upload screenshot for all type of iPhone, which mentioned. I Try Many time to upload screenshot for other two and press "Submit Review", I got this error: Even some images already uploaded. Unable to Submit for Review. The items below are required to start the review process: There are still screenshot uploads in progress

Error: There are still screenshot uploads in progress. On Apple App Submission

╄→гoц情女王★ 提交于 2021-01-27 18:00:29
问题 First I uploaded images for iPhone 5.5" Display and iPad Pro (2nd Gen) 12.9" Display Screenshot images, which uploaded fine and press "Submit Review". after getting error to upload screenshot for all type of iPhone, which mentioned. I Try Many time to upload screenshot for other two and press "Submit Review", I got this error: Even some images already uploaded. Unable to Submit for Review. The items below are required to start the review process: There are still screenshot uploads in progress

UIWebView are no longer accepted. Instead, use WKWebView

喜夏-厌秋 提交于 2021-01-27 07:31:49
问题 We identified one or more issues with a recent delivery for your app, "Kill Corona stress-relief game" 1.0 (1.0). Please correct the following issues, then upload again. ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview). I have searched in the code for the UIWebView but there is no single instance of this still apple

UIWebView are no longer accepted. Instead, use WKWebView

北战南征 提交于 2021-01-27 07:28:07
问题 We identified one or more issues with a recent delivery for your app, "Kill Corona stress-relief game" 1.0 (1.0). Please correct the following issues, then upload again. ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview). I have searched in the code for the UIWebView but there is no single instance of this still apple

UIWebView are no longer accepted. Instead, use WKWebView

家住魔仙堡 提交于 2021-01-27 07:24:56
问题 We identified one or more issues with a recent delivery for your app, "Kill Corona stress-relief game" 1.0 (1.0). Please correct the following issues, then upload again. ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview). I have searched in the code for the UIWebView but there is no single instance of this still apple

Is it possible to submit 2 versions for the same app for 2 different regions/countries

与世无争的帅哥 提交于 2021-01-21 08:55:45
问题 I'm building an IOS app, but figured out later that my app should act totally differently based on the region/country. Basically, I only want to support 3 countries, but every country has its own rules and data. It makes no sense in my case to add all the logic, media, etc., in a single app. Is it possible to do something like you can do on Google's PlayStore, submit a different app for each country all under the same name? I tried to search for this issue but couldn't find any helpful

Is it possible to submit 2 versions for the same app for 2 different regions/countries

十年热恋 提交于 2021-01-21 08:55:34
问题 I'm building an IOS app, but figured out later that my app should act totally differently based on the region/country. Basically, I only want to support 3 countries, but every country has its own rules and data. It makes no sense in my case to add all the logic, media, etc., in a single app. Is it possible to do something like you can do on Google's PlayStore, submit a different app for each country all under the same name? I tried to search for this issue but couldn't find any helpful

How can I remove iPad support from AppStore

白昼怎懂夜的黑 提交于 2021-01-20 16:01:29
问题 How I can upload new version into AppStore without iPad support. 回答1: You cannot do this. Apple says that you cannot take away supporting a specific device type once you do it. Developers who wish to issue updates, but remove device support, have three choices: Fix their app so that it can work on the devices they originally set out to support. Target a newer version of iOS that requires a newer device. Remove their app from the store, and upload the new app with a different bundle ID. Apple