Mirzamehdi Karimov
Mirzamehdi Karimov
@omkar-tenkale yes as a temporary solution including stately library in common should solve problem. But for next release I'll bump koin version to latest version and this will solve the...
@anuragdalia in Firebase documentation it is shown that adding below method to application method in Swift would work with swizzling disabled. Can you please check it and let me know...
@tamimattafi How it works in ios? You can change content even app is in background, and after you get push notification you can change content?
In foreground when you get notification you can modify it currently, and show it as you wanted. For this when you initialize the library for configuration parameter (showPushNotification) you need...
However when app is in background, and when receiving notification type of message, notification title and body will be shown as it is to the user as this will be...
@tamimattafi Looks like using data type messages with ios when it is in background is tricky. For my case, I can get notification type of message both in background and...
@tamimattafi Thanks for detailed explanation. Look like very complicated thing :D. I need to research that for understanding better
@koushikvkk yeah this is currently issue, trying to work on that
@koushikvkk for receiving data type message in ios, I wrote here https://github.com/mirzemehdi/KMPNotifier/issues/54#issuecomment-2269773896 Basically main thing that is working for me to get data type only message in ios, is to...
@Koushiktrimble yes, and no. So here is what happens when app is in background. I think this is limitation from ios side, but not sure if someone can find more...