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 Problems after updating to Xcode 13.3
Mark this as answered and your post is best suited here: https://discussions.apple.com/welcome
Replies
Boosts
Views
Activity
Mar ’22
Reply to In SwiftUI, How to increase Font Size/Style of a Picker?
In your ForEach set the font size & style for the Text view entries
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Increase Xcode cloud usage limit?
Probably pay more money or build less.
Replies
Boosts
Views
Activity
Mar ’22
Reply to iOS App is getting crash on ios version 15.4
Make sure firebase is setup properly: (assertion Error acauirina assertion: <Error Domain=RBSServiceErrorDomain Code=1 "target is not runnina or doesn't have entitlement
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to How can I stop Xcode from indenting on hitting return
are you writing within braces when this happens?
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
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 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 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 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 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 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 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 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 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