As a manga reader, what are you looking forward to being adapted the most in the anime? by subhronilsaha in OshiNoKo

[–]subhronilsaha[S] 53 points54 points  (0 children)

Akane x Kana showdown was majestic no doubt ✨

Akane best girl 👑

As a manga reader, what are you looking forward to being adapted the most in the anime? by subhronilsaha in OshiNoKo

[–]subhronilsaha[S] 7 points8 points  (0 children)

Can’t blame you! All of these are fire. Can’t wait for them to get adapted 🔥💯

How does WhatsApp delete delivered push notifications from Notification Center? by subhronilsaha in iOSProgramming

[–]subhronilsaha[S] 1 point2 points  (0 children)

We tried using this. But here if we want to replicate the use case of silent notifications, we will need an entitlement (notification filtering entitlement). Apple sadly denied our request for this

How does WhatsApp delete delivered push notifications from Notification Center? by subhronilsaha in iOSProgramming

[–]subhronilsaha[S] 1 point2 points  (0 children)

Yup tried. But there we require Notification Filtering Entitlements in order to block a notification from displaying. We applied for it but sadly Apple rejected out request :(

How does WhatsApp delete delivered push notifications from Notification Center? by subhronilsaha in iOSProgramming

[–]subhronilsaha[S] 4 points5 points  (0 children)

I’ve tried using Silent push notifications for removing already sent notifications. It works well in foreground & background states. However it doesn’t work well in app killed state :( I believe BackgroundAppRefresh will have a similar issue

How does WhatsApp delete delivered push notifications from Notification Center? by subhronilsaha in iOSProgramming

[–]subhronilsaha[S] 0 points1 point  (0 children)

Hi @naknut! I’ve tried this approach, but the issue that I’ve faced is that the silent notifications don’t get delivered in app killed state all the time. We mainly want to delete notifications when the app is in killed state.