Post

Replies

Boosts

Views

Activity

[Possible is bug] @Parameter(requestValueDialog:) doesn't shows value in dialog view when user set value: ask every time
I had the next intent: struct Intent: AppIntent { static var title: LocalizedStringResource = "Intent" static var openAppWhenRun: Bool = true @Parameter(title: "Title", requestValueDialog: .init("Dialog")) var entity: [Entities] @MainActor func perform() async throws -> some IntentResult { // return result } } Is it a bug in the AppIntents framework? Because I don't understand why I don't see parameter value when the user set this option
0
0
668
Aug ’22
ShazamKit 202 error
I'm creating a simple song-matching application. My steps are: I create a project in XCode. Set bundle ID. Select my team Create an identifier, in my developer account Inserting my bundle ID from Xcode Selecting my team's application ID Turn on ShazamKit in services And after all that, I still get 202 error Error Domain=com.apple.ShazamKit Code=202 "Please check that you have enabled the ShazamKit App Service for this app identifier" UserInfo={NSDebugDescription=Please check that you have enabled the ShazamKit App Service for this app identifier} What am I doing wrong? Could it have something to do with the code?
2
0
1.5k
Jun ’21