Post

Replies

Boosts

Views

Activity

Reply to “Payment method is not available” message in Sandbox subscription testing (StoreKit 2)
I'm experiencing a similar issue. All my subscriptions in the Sandbox environment are marked as "Your payment method was declined." I've tried everything—clearing payment history, creating a new sandbox account, changing region, switching devices, turn off/on "Allow Purchases & Renewals"—but nothing seems to work. Interestingly, one-time purchases go through without any problems. Does anyone have any idea what might be causing this?
Topic: App & System Services SubTopic: StoreKit Tags:
Nov ’25
Reply to AVSpeechSynthesizer buffer conversion, write format bug?
The same happens on iOS 14.6. The code below produces a very noisy audio file. let speechSynthesizer = AVSpeechSynthesizer() let utterance = AVSpeechUtterance(string: "Hi, my name is ALex.") let voice = AVSpeechSynthesisVoice(identifier: "com.apple.speech.voice.Alex")! utterance.voice = voice let audioFileSettings = voice.audioFileSettings let audioUrl = ... //valid URL var audioFile = try! AVAudioFile(forWriting: audioUrl, settings: audioFileSettings, commonFormat: .pcmFormatInt32, interleaved: false) speechSynthesizer.write(utterance) { buffer in let pcmBuffer = buffer as! AVAudioPCMBuffer if pcmBuffer.frameLength > 0{ try! audioFile.write(from: pcmBuffer) } } On some voices (example: Alex), it happens, and on others (example: Samantha), it doesn't. The code is so simple that I don't think there is a bug there. It must be a framework problem. Mr. Frameworks Engineer, fix this, please.
Topic: Machine Learning & AI SubTopic: General Tags:
Jul ’21
Reply to Xcode 26.1 RC issue
The problem is also in SwiftUI preview simulator. How to change the wallpaper there ??
Replies
Boosts
Views
Activity
Nov ’25
Reply to “Payment method is not available” message in Sandbox subscription testing (StoreKit 2)
Now it works, strange...
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Nov ’25
Reply to “Payment method is not available” message in Sandbox subscription testing (StoreKit 2)
I'm experiencing a similar issue. All my subscriptions in the Sandbox environment are marked as "Your payment method was declined." I've tried everything—clearing payment history, creating a new sandbox account, changing region, switching devices, turn off/on "Allow Purchases & Renewals"—but nothing seems to work. Interestingly, one-time purchases go through without any problems. Does anyone have any idea what might be causing this?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Nov ’25
Reply to We need additional time to evaluate your submission and Apple Developer Program account
Scarry story. I would suggest waiting. If you resubmit the app, everything will start from the very beginning. Once, they checked my app for a month and a half. Did anyone have more?
Replies
Boosts
Views
Activity
Sep ’22
Reply to Subscription Activation Events Dropped to 0 in App Store Connect Trends Report
Same problem.
Replies
Boosts
Views
Activity
Sep ’22
Reply to Why is there no support for 'tagged' PDF on any of Apple's Platforms?
Year 2021, situation unchanged, very disappointing...
Replies
Boosts
Views
Activity
Oct ’21
Reply to AVSpeechSynthesizer buffer conversion, write format bug?
The same happens on iOS 14.6. The code below produces a very noisy audio file. let speechSynthesizer = AVSpeechSynthesizer() let utterance = AVSpeechUtterance(string: "Hi, my name is ALex.") let voice = AVSpeechSynthesisVoice(identifier: "com.apple.speech.voice.Alex")! utterance.voice = voice let audioFileSettings = voice.audioFileSettings let audioUrl = ... //valid URL var audioFile = try! AVAudioFile(forWriting: audioUrl, settings: audioFileSettings, commonFormat: .pcmFormatInt32, interleaved: false) speechSynthesizer.write(utterance) { buffer in let pcmBuffer = buffer as! AVAudioPCMBuffer if pcmBuffer.frameLength > 0{ try! audioFile.write(from: pcmBuffer) } } On some voices (example: Alex), it happens, and on others (example: Samantha), it doesn't. The code is so simple that I don't think there is a bug there. It must be a framework problem. Mr. Frameworks Engineer, fix this, please.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’21