-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auth.authorize() crashes the app #7
Comments
Could you please provide:
Also, do you tried too catch crash message through xcode? |
@MatthewPattell @trusasha @Pashkagreen More details if needed: I'm not using Xcode, I'm developing on Windows but I've been creating a development build after installing your library |
@oogunjob be noticed, this library supports only IOS |
Hello @MatthewPattell , I've only been using it on iOS. The thing that also has been confusing me is that there's not even an option for me to provide or initialize my Apple developer token for the MusicKit API. I've again created a dev build since I am using Expo which performs the pod-install for me, but could the reason for the instant crash be because there is no place for me to input the developer token? Could you please provide a code example or a video demonstrating what is supposed to happen? I've been stuck on this addition for weeks :( |
You don't need provide any developer tokens. Please take a look at example. Also I would recommend you run it in Xcode and take a look at crash logs. PS: Make sure what you have this key in yout
|
Also here is my expo build properties setting the deployment build for iOS to 16 I've added the key there as well in my app.json file. And unfortunately I do not have a MacOS machine to run Xcode. Another person I know who is also working on the app with this library in expo is experiencing the same crashes. |
@oogunjob I advise you to find mac and debug it through xcode |
Every single time I try to use this function the app crashes. Here is the function that I have created that is called whenever the user pressed a button.
I'm using Expo but I've created a development build in order to install the necessary native modules and packages. Been struggling with this all day and I've already tried removing and re-installing the nodule_modules folder. Has anyone else ran into this issue or know how to resolve it?
The text was updated successfully, but these errors were encountered: