SKCloudServiceController's requestusertoken not working
@simonng Thank you for the awesome tutorial! It has been the most helpful!!
I am currently stuck at getting user token via SKCloudServiceController's requestusertoken method. I have been following everything from your article exactly the same. However, my cloudServiceController.requestUserToken closure does not even get called. The request does not even return any errors! Just never gets called.
Any suggestions on how to resolve this??
I faced the same problem today. I downloaded the completed project and added my developer token, but the app hangs. DispatchSemaphore seems to be the cause of this. If anyone's reading this, I found a working code over here - https://github.com/canalun/MusicKitPlayer
For anyone stuck in using semaphore, this solution would help.