mirzemehdi / KMPNotifier

Kotlin Multiplatform Push Notification Library targetting android and iOS
http://mirzemehdi.com/KMPNotifier/
Apache License 2.0
172 stars 10 forks source link

Q : Can this library be implemented in Compose Multiplatform? #33

Closed jsk41755 closed 4 weeks ago

jsk41755 commented 1 month ago

Hi! Thanks for making such a great library.

I have a question about this library. In Compose Multiplatform, I develop in Shared Module, but I was wondering if I need to develop in Swift like KMM for push notifications to work. If this doesn't make sense, I'll try to explain again. Have a nice day!

mirzemehdi commented 4 weeks ago

@jsk41755 yes this can be used in Compose Multiplatform. This is how I used in https://github.com/mirzemehdi/FindTravelNow-KMM/

jsk41755 commented 4 weeks ago

Thanks for the answer, I'll look at your project and try to apply it, have a nice day!