Post

Replies

Boosts

Views

Activity

Reply to iOS: Unable to see the option of App Icon in the Product Page Optimization page in the app store connect
I have just submitted a version with an alternative app icon in the assets catalog, but the option to test the icons is still not showing up. Did anyone experience the same?
Replies
Boosts
Views
Activity
Nov ’23
Reply to AVSpeechSynthesizer write method get audio buffer and play audio deosn't work
Having the same issue. Did you find a solution?
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to App Shortcuts with parameterized phrases not working
Nice, thank you! I have been tinkering around with your solution and this also did work for me: var displayRepresentation: DisplayRepresentation {     DisplayRepresentation(stringLiteral: name) }
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to App Shortcuts with parameterized phrases not working
I'm having the exact same issue. The shortcuts app is populated with the different options and they are executed properly, but the stirng interpolation is not working, only showing "%@" instead of the parameter. Have you found a solution to this issue or is this a bug?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Magnification gesture to scale ScrollView's content.
I'm standing before the same problem. I have a view hierarchy inside a scrollview and i want to be able to zoom. Did you manage to implement this?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to How to test handleActiveWorkoutRecovery?
Did anyone find a solution for this or an acknowledgement from Apple that this is indeed broken? Just created a SwiftUI watchOS app and ran into this issue.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’21
Reply to handleActiveWorkoutRecovery() not being called in a SwiftUI app
This is also not working for me on watchOS 7.2 I also implemented the WKExtensionDelegate with the WKExtensionDelegateAdaptor property wrapper and confirmed with the debugger that the delegate methods are being called. The method handleActiveWorkoutRecovery() is never called. I tried in the simulator with restart, force quit and exit(0) in code.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’21