misiio / flutter_music_kit

MIT License
11 stars 7 forks source link

Not able to get developer token in Androdi #2

Open assetmoney-tejesh opened 9 months ago

assetmoney-tejesh commented 9 months ago

I have successfully integrated in IOS but the same implementation is throwing an error in Android

Here is the error :

PlatformException(requestDeveloperToken, null, java.lang.reflect.InvocationTargetException I/flutter ( 7106): at java.lang.reflect.Method.invoke(Native Method) I/flutter ( 7106): at app.misi.music_kit.ChannelHandler.onMethodCall(ChannelHandler.kt:123) I/flutter ( 7106): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:258) I/flutter ( 7106): at io.flutter.embedding.engine.dart.DartMessenger.invokeHandler(DartMessenger.java:295) I/flutter ( 7106): at io.flutter.embedding.engine.dart.DartMessenger.lambda$dispatchMessageToQueue$0$io-flutter-embedding-engine-dart-DartMessenger(DartMessenger.java:322)

Let me know if there is a way to solve this.