I've deleted the Facebook app for the first time in many years. Replaced it with a safari shortcut
i deleted their stupid app a while ago and replaced it with the mobile site on my home screen. another advantage is that the mobile site stays at "most recent" where the app always reverted back to that utterly useless "top news" crap
I've deleted the Facebook app for the first time in many years. Replaced it with a safari shortcut
Wow nice! Anyone else have #'s after deleting the app?Yup, deleted my Facebook app too. After 12hrs sitting on my desk with little/no use, my iPhone 5 battery is at 85%. With the FB app it would be around 60%.
The behaviour of the remote background mode are pretty deterministic, and I don't think it would be the cause. As a side note, the snippets you quoted just means that the services can *send* silent "content-available" notifications to your devices via APNs without permission explicitly granted. Yet the app wouldn't receive those notifications if BAR is off. Why? It is because the OS is the one who handles remote notifications, and who holds the final decision to call the app's fetch routine.After watching the WWDC session video again (2015 What's New in Notifications session), they also say that silent "content-available" notifications are available to apps by default, even without the user giving the app permission to use notifications. However, background app refresh is supposed to disable delivery of them (according to the session, silent notifications are the mechanism behind background app refresh).
So I believe this is unintended behaviour, a bug which is allowing the app to receive "content-available" notifications (which you can receive even without giving an app permission to use notifications - that's by design according to the session video), even if background app refresh is off.
The session video isn't clear on whether granting permission to notifications and then turning them off also prevents silent notifications, but if it does that would explain why turning them off after having them enabled fixed it for me. The session seems to suggest the user facing notifications settings don't have any impact on silent "content-available" notifications and that they're controlled strictly by background app refresh.