JoshLmao / Spotify4Unity

🎮🎵 Add the SpotifyAPI.NET library into Unity, enabling access to the Spotify Web API, allowing for control of Spotify and accessing the world of music
https://assetstore.unity.com/packages/tools/integration/spotify4unity-ui-tools-spotify-authorization-129028
MIT License
94 stars 8 forks source link

IL2CPP Arm64 support #18

Closed flkucho closed 4 years ago

flkucho commented 4 years ago

Feature Description: Add support for arm64.

Additional context I am trying to upload my app to playstore but google is requesting 64bit support. That means i have to do the build with IL2CPP and use arm64, Unfourtunatly when i run the app i cant get any info from the spotify player.

I also get this Log: W/Unity: Plugins: Couldn't open c, error: dlopen failed: library "c" not found

flkucho commented 4 years ago

It is Supported! just had to add the version of NewtonsoftJson Targeted to 3.5 and the linker from the iOS setup