Post

Replies

Boosts

Views

Activity

Reply to When will the last day of UIWebView on iPadOS (Not AppStore)?
Quoting Apple on the new non-deadline: - https://developer.apple.com/news/?id=edwud51q New apps containing these frameworks are no longer accepted by the App Store. And last year, we announced that the App Store will no longer accept app updates containing UIWebView as of December 2020.  However, to provide additional time for you to adopt WKWebView and to ensure that it supports the features most often requested by developers, this deadline for app updates has been extended beyond the end of 2020. We’ll let you know when a new deadline is confirmed.
Oct ’20
Reply to Code Signing Error Message: HELP
Is there a reason you're not using latest Xcode 12.x? my iOS Deployment Target has been set to 9.0, so how does this 13.4 come up? 13.4 is the max iOS version Xcode 11.6 requires (no choice). 9.0 (your choice) is just the minimum...together, they result in a range of iOSs that your app is expected to support. In the mean time see if this page helps: h ttps://medium.com/codespace69/ios-xcode-code-signing-error-code-signing-is-required-for-product-type-application-in-sdk-216c1b16311e
Oct ’20
Reply to Subscription purchase: who did it?
If you're asking if Apple helps with that, the answer is no. A user's contact info is private to them. You'd need to openly request that info directly, being sure to declare why you need it, what the info will be used for, how long it will be kept, etc. etc., all part of a mandated privacy policy. Good luck.
Oct ’20
Reply to Reedeem code
You 'obtain' one when someone adds you as a tester. How to get the redeem code for Testflight? The redeem code is sent by mail when you add an external or internal new tester in TestFlight. When you open your app in App Store Connect, go to "My Apps" and select your app. Then go to the "TestFlight" section, complete the "Information" section, and then add external testers as needed and the build to test. That process, as stated, involves an existing (properly staged) app.
Oct ’20