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?
-
—
Frameworks Engineer
Add a CommentAre you running your app on the simulator or on device? Shazam Catalog recognition doesn’t work in simulated devices as mentioned on the Xcode Release Notes..