app-store

How to find UIWebView in Project and replace it with WKWebView?

妖精的绣舞 提交于 2020-05-29 05:37:32
问题 We identified one or more issues with a recent delivery for your app, "App Name" 1.0 (5.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). Best regards, The App Store Team Getting above email from no_reply@email.apple.com while uploading build. I've not used

How to find UIWebView in Project and replace it with WKWebView?

被刻印的时光 ゝ 提交于 2020-05-29 05:36:34
问题 We identified one or more issues with a recent delivery for your app, "App Name" 1.0 (5.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). Best regards, The App Store Team Getting above email from no_reply@email.apple.com while uploading build. I've not used

Getting App Store Data

允我心安 提交于 2020-05-10 06:47:46
问题 Could anyone point me in the right direction for downloading app store statistics from: -the Apple App Store -The Android Market -the Amazon AppStore Specifically, I'd like to get the -average selling price of apps -the top selling apps -the distribution of tablets vs. phones, etc. -total number of apps in store -free vs. paid apps I've seen some sites like http://148apps.biz/app-store-metrics/ and http://www.appbrain.com/stats/ How do these sites get their data? There must be a way to export

How to Submit Java Swing App to the Mac App Store

假装没事ソ 提交于 2020-05-09 09:43:10
问题 Apple Store requires the use of an embedded JRE as a prerequisite for Mac App Store distribution. OpenJDK or Oracle JRE, Allows Oracle distribute its JRE? My Java Swing Application is Already packaged in a .app file, do I have to do something else before uploading my application to sanbox apple? 回答1: Use Oracle's Ant-based tool appbundler . With it, you can specify a runtime to add to your app: <runtime dir="${env.JAVA_HOME}" /> See the following guide for more details: Packaging a Java App

Xamarin - Submitted App - Error occurred in thinning process

ぐ巨炮叔叔 提交于 2020-04-18 06:12:32
问题 I submitted an app to the Appstore but it gets refused with this message: While processing your iOS app, Appname, errors occurred in the app thinning process, and your app couldn’t be thinned. If your app contains bitcode, bitcode processing may have failed. Because of these errors, this build of your app will not be able to be submitted for review or placed on the App Store. For information that may help resolve this issue, see Tech Note 2432. I added this to my cproj file in the build

How to change non-consumable to auto-renewable subscriptions and keep old user?

房东的猫 提交于 2020-04-07 02:00:08
问题 I've had in-app purchase feature with non-consumable pricing in Apple Store. And the app has pricing to use it. How to change non-consumable to auto-renewable subscriptions? Somehow keep user who purchased the app. And new user charge with auto-renewable subscriptions. 回答1: No you can't change it, just make sure in your App, you use [[SKPaymentQueue defaultQueue]restoreCompletedTransactions]; Restore old purchase and check if you find that the user has purchased the non-consumable product

I want to integrate my website with AppStore to let customer pay through AppStore

本小妞迷上赌 提交于 2020-03-27 02:53:39
问题 I have an app that allows customer to do in app purchase. I also have a website and I'd like to let customer to pay on the website through as well, that is, make in app purchase also works on website. I am not sure if Apple allows their in app purchase work outside of apps, and if it does, how can I do that? My website is written in Java Thanks. 回答1: You cannot implement in app purchases outside of the Apple ecosystem. You would have to take payment another way through your website and then

Xcode not showing latest version of iOS?

独自空忆成欢 提交于 2020-03-04 07:54:45
问题 I am currently trying to run my prototype app on my physical iOS device. An error is coming up saying "Could not find Developer Disk." I have come to the conclusion (by looking at other question on stack overflow) that the deployment target does not match the software currently running on my device. The Deployment target allows me to select softwares of 9.2 and older while my device is currently running with the 9.3 update. I have checked that App Store and Xcode does not have an update so I

Xcode not showing latest version of iOS?

北城余情 提交于 2020-03-04 07:54:26
问题 I am currently trying to run my prototype app on my physical iOS device. An error is coming up saying "Could not find Developer Disk." I have come to the conclusion (by looking at other question on stack overflow) that the deployment target does not match the software currently running on my device. The Deployment target allows me to select softwares of 9.2 and older while my device is currently running with the 9.3 update. I have checked that App Store and Xcode does not have an update so I

Xcode not showing latest version of iOS?

喜你入骨 提交于 2020-03-04 07:54:05
问题 I am currently trying to run my prototype app on my physical iOS device. An error is coming up saying "Could not find Developer Disk." I have come to the conclusion (by looking at other question on stack overflow) that the deployment target does not match the software currently running on my device. The Deployment target allows me to select softwares of 9.2 and older while my device is currently running with the 9.3 update. I have checked that App Store and Xcode does not have an update so I