

W/System.err: at (ApplicationPackageManager.java:213) W/System.err: at (ApplicationPackageManager.java:244) W/System.err: .PackageManager$NameNotFoundException: This is what I get in my logs : D/SDKUriHandlerActivity: onCreate: DEV_TOKEN_HEREĭ/AuthUtils: deeplinkAppleMusic: uri = musicsdk://applemusic/authenticate-v1?appPackage=PACKAGE_ID&devToken=DEV_TOKEN_HERE

Here's the ActivityRequest Code : val result = authenticationManager.handleTokenResult(data)Īlerts.log(TAG, "APPLE TOKEN: $") StartActivityForResult(intent, Const.APPLE_REQ_CODE) setStartScreenMessage("Connect with Apple Music") Here's the piece of code I use to init the auth flow : val intent = authenticationManager.createIntentBuilder(BuildConfig.APPLE_DEV_TOKEN) I have been trying to add Apple MusicKit auth SDK to an android app, I have added the AAR provided by apple and the necessary step to initialize the auth flow, but the SDK just redirects me to the google play store listing of apple music, I do have the app installed and logged in on my test device.Īpple MusicKit Auth SDK : musickitauth-release-1.1.2.aar
