Post

Replies

Boosts

Views

Activity

asdfasdf
I'm trying to implement a toolbar menu shown below as is common in many apps. With VoiceOver the component is unusable because the focus can't be moved and it sometimes jumps away (to "close context menu"). ToolbarItem(placement: .topBarTrailing) { Menu { Toggle( "Cockpit view", isOn: $cockpitModeEnabled ) Toggle( "POI Observation", isOn: $poiWatchEnabled ) } label: { Label("Options", systemImage: "ellipsis.circle") } } I also see weird flickering of the text, getting slightly more gray and then black again (about every second). This happens no matter if VO is enabled or not. What is up with that? Am I doing something wrong? Thanks for any help! Building for iOS 18.6+ and testing on an iPhone 15 Pro Max (iOS version 26.5)
0
0
33
8h
In-app purchases and sandbox account testing are terribly slow
Since last week while testing our in-app purchases with a sandbox account, I often wait for a minute or longer to receive any feedback from the app store. This is the case within the app but also in the developer settings -> sandbox account -> subscriptions. My task is to implement subscription management with a third party server. This sadly prevents me from using StoreKit2 and the transaction manager within XCode, which I've enjoyed in the past. Testing with sandbox accounts is extremely frustrating due to these problems. Other posts on this forum have highlighted similar issues so I want to ask: what is the cause and when can we expect a stable version again?
0
2
232
May ’25
In-app purchases and Sandbox account problems
Since last week while testing our in-app purchases, I've had a lot of trouble with the sandbox account and StoreKit. I often had to wait for a minute or longer to get a response from the app store, or timed out before that. This occurs within the app but also when managing subscriptions under deverloper options -> sandbox account -> subscriptions. Here is one of the error responses: <SKPaymentQueue: 0x106ba06f0>: Payment completed with error: Error Domain=ASDErrorDomain Code=530 "(null)" UserInfo={client-environment-type=Sandbox, storefront-country-code=CHE, NSUnderlyingError=0x106922010 {Error Domain=AMSErrorDomain Code=100 "Authentication Failed The authentication failed." The task I'm trying to accomplish is change our third party verification and subscription management server. Because of this I can sadly not use StoreKit2 and the transaction manager within Xcode, which I enjoyed a lot in the past. Working with sandbox accounts is very frustrating like this and I'm not confident to release our app with new subscription management until I can properly test this. I've seen similar topics in this forum and so I want to ask: What might be the cause for these problems and when can we expect a stable verison again?
0
1
239
May ’25
asdfasdf
I'm trying to implement a toolbar menu shown below as is common in many apps. With VoiceOver the component is unusable because the focus can't be moved and it sometimes jumps away (to "close context menu"). ToolbarItem(placement: .topBarTrailing) { Menu { Toggle( "Cockpit view", isOn: $cockpitModeEnabled ) Toggle( "POI Observation", isOn: $poiWatchEnabled ) } label: { Label("Options", systemImage: "ellipsis.circle") } } I also see weird flickering of the text, getting slightly more gray and then black again (about every second). This happens no matter if VO is enabled or not. What is up with that? Am I doing something wrong? Thanks for any help! Building for iOS 18.6+ and testing on an iPhone 15 Pro Max (iOS version 26.5)
Replies
0
Boosts
0
Views
33
Activity
8h
In-app purchases and sandbox account testing are terribly slow
Since last week while testing our in-app purchases with a sandbox account, I often wait for a minute or longer to receive any feedback from the app store. This is the case within the app but also in the developer settings -> sandbox account -> subscriptions. My task is to implement subscription management with a third party server. This sadly prevents me from using StoreKit2 and the transaction manager within XCode, which I've enjoyed in the past. Testing with sandbox accounts is extremely frustrating due to these problems. Other posts on this forum have highlighted similar issues so I want to ask: what is the cause and when can we expect a stable version again?
Replies
0
Boosts
2
Views
232
Activity
May ’25
In-app purchases and Sandbox account problems
Since last week while testing our in-app purchases, I've had a lot of trouble with the sandbox account and StoreKit. I often had to wait for a minute or longer to get a response from the app store, or timed out before that. This occurs within the app but also when managing subscriptions under deverloper options -> sandbox account -> subscriptions. Here is one of the error responses: <SKPaymentQueue: 0x106ba06f0>: Payment completed with error: Error Domain=ASDErrorDomain Code=530 "(null)" UserInfo={client-environment-type=Sandbox, storefront-country-code=CHE, NSUnderlyingError=0x106922010 {Error Domain=AMSErrorDomain Code=100 "Authentication Failed The authentication failed." The task I'm trying to accomplish is change our third party verification and subscription management server. Because of this I can sadly not use StoreKit2 and the transaction manager within Xcode, which I enjoyed a lot in the past. Working with sandbox accounts is very frustrating like this and I'm not confident to release our app with new subscription management until I can properly test this. I've seen similar topics in this forum and so I want to ask: What might be the cause for these problems and when can we expect a stable verison again?
Replies
0
Boosts
1
Views
239
Activity
May ’25