Post

Replies

Boosts

Views

Activity

Reply to Apple Pay Verification - WordPress on MS Azure Server
See here: https://developer.apple.com/forums/thread/94631 and https://developer.apple.com/documentation/applepaywebmerchantregistrationapi/preparing_merchant_domains_for_verification This should work 100% each time for dedicated domain names. If you're not using a dedicated domain name then the registered merchant address or domain will not match during verification If the host or domain name changes or resolves to something else because of a redirect.
Mar ’22
Reply to Reporter is currently unavailable.
@Apples' idmas.apple.com server is running kinda slow so even though everything is green here: https://www.apple.com/support/systemstatus/
Replies
Boosts
Views
Activity
Mar ’22
Reply to WatchOS 8.5 & iPad 15.4 Release notes
Hi @Jason, The url issue is still there, see below.
Replies
Boosts
Views
Activity
Mar ’22
Reply to Flutter ios app Can't connect to server backend (endpoint)
Remove see what happens <key>NSExceptionMinimumTLSVersion</key> 12 <string>TLSv1.0</string>
Replies
Boosts
Views
Activity
Mar ’22
Reply to iOS OS Human user interface.
It's not illegal for a site to ask for an email, it is good judgement to know when not to provide it. But the site in question is a localization services company used by many.
Replies
Boosts
Views
Activity
Mar ’22
Reply to ContentView error
Just make sure it has a target selected under target membership:
Topic: Business & Education SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Mudar o nome do desenvolvedor ou oculta-lo no aplicativo na apple store
Portuguese: Não funciona assim. Todos os aplicativos publicados mostram os detalhes do proprietário da conta registrada. English: It doesn't work like that. All apps publish show the registered account owner details.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Apple Pay Verification - WordPress on MS Azure Server
See here: https://developer.apple.com/forums/thread/94631 and https://developer.apple.com/documentation/applepaywebmerchantregistrationapi/preparing_merchant_domains_for_verification This should work 100% each time for dedicated domain names. If you're not using a dedicated domain name then the registered merchant address or domain will not match during verification If the host or domain name changes or resolves to something else because of a redirect.
Replies
Boosts
Views
Activity
Mar ’22
Reply to identifierForVendor change when offload app?
Yes, see here: https://developer.apple.com/documentation/uikit/uidevice/1620059-identifierforvendor
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to identifierForVendor change when offload app?
Short answer - yes - https://developer.apple.com/documentation/uikit/uidevice/1620059-identifierforvendor
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Reusing the same key across multiple users on a device
You can probably generate a symmetric key remotely based on specific user data, store it in the keychain and if the key has been tampered with don't serve anymore data.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Your maximum App ID limit has been reached
Search before posting: https://developer.apple.com/forums/thread/46202
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Unable to Boot the Simulator (Xcode 13.3)
Why on earth will you be using Android emulators for iOS development? The issue here could be that your iOS sims are being launched by some Javascript framework that is incompatible with Xcode 13.3.
Replies
Boosts
Views
Activity
Mar ’22
Reply to iOS app crashes when running this code
Please post the error code screen shot. Also perform optional unwrapping on the properties below instead of force unwrapping. var audioEngine: AVAudioEngine? var inputBus: Int? var inputFormat: AVAudioFormat?
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Xcode update says there is not enough disk space. I have 40GB of free disk space
Double the current free space. There is download space used, there is space needed to unzip and there is space needed for the final decompressed copy.
Replies
Boosts
Views
Activity
Mar ’22
Reply to Does Apple reject applications containing a webview?
Only one way to find out.
Replies
Boosts
Views
Activity
Mar ’22