You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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??
The text was updated successfully, but these errors were encountered:
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
@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??
The text was updated successfully, but these errors were encountered: