Open entdark opened 2 years ago
@entdark Thanks for your feedback. I suggest you upgrade to version 6.3.0.304 and try again.
I tried the latest version and it depends on Support library. None uses Support libraries anymore.
I literally linked you the place where it is used in the code.
@entdark Thank you for your feedback. We have understood your suggestions and will consider optimization later.
+, package must depend on AndroidX not on Support library
+, I'm also waiting this issue to be resolved
Platform: Android The issue is here: https://github.com/HMS-Core/hms-xamarin-bindings/blob/c77c1bb6a2713671b7ea57365a88651491ea0f92/android/nuspecs/Huawei.Hms.Push.5.0.4.302.nuspec#L17 Push kit bindings contain some helpers that are special addition: https://github.com/HMS-Core/hms-xamarin-bindings/blob/c77c1bb6a2713671b7ea57365a88651491ea0f92/android/source/push/Additions/HMSPush/Util/Utils.cs#L21 Original push kit does not depend on those. So I'd suggest to remove those helpers or move them to another new NuGet. It's up to the final user how to display notifications and we should not depend on Support or AndroidX at all.