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?
Post
Replies
Boosts
Views
Activity
Having the same issue. Did you find a solution?
Nice, thank you! I have been tinkering around with your solution and this also did work for me:
var displayRepresentation: DisplayRepresentation {
DisplayRepresentation(stringLiteral: name)
}
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?
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?
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.
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.