I made an app for android where upon receiving notification from firebase I figure out if I should show it or not (based on some app settings on sharedPrefs).
I want to do the same for ios, I can save and retrieve value in userDefault (appgroup) but the problem is I couldn’t find any way to prevent the notification from showing. It’s a mutable notification (I need to download image, do edit on title and etc)
The only reason I spent my money on this book casue I thought there will be something about it, am I missing something? Please help on this regard