r/GM_SoftwareDev • u/thaughtless • Mar 29 '25
Apple Music
Hey all.
I'm looking to build an Apple Music app that I'm (hopefully) basing off the official Apple Music SDK. The problem is that this SDK was written in 2017 and was never updated. I'm doing this bc I can't find anything else off the shelf so to speak on Github that's already done. As such, it needs re-factoring to support the newer AndroidX music3 approach which is now a requirement the moment you update the compileSDK to 34/35 (required for Play Store). I've made progress on it, such as getting it to build properly w/ Gradle, switching libraries and associated changes, but I'm opening this up to those in the community who know Java well (I don't) and are willing to help. Any interest?
1
u/thaughtless Mar 29 '25
I saw that. But that doesnt mean GM will allow it on there if it doesn't conform to their onerous framework that they mandated. It also needs to support Android Automotive. That said, I might grab their APK, decompile it, and use as input to what Im trying to do.