App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
91–100 of 446 posts
Re: App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
#92Earlier quoted context omitted.
How do you do that? At OS level with a setting? Networking changes?
I use an app called AdBlock https://apps.apple.com/app/apple-store/id691121579?pt=425087... It creates a local VPN that sets up a local filtering DNS. I just added the following domains to the block list: facebook.com fbcdn.com fbcdn.net fbsbx.com fb.com
Re: App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
#93Earlier quoted context omitted.
It would be nice to have a complete list of apps that include this spyware so we can avoid them.
Or you can block the DNS to be sure. facebook.com fbcdn.com fbcdn.net fbsbx.com fb.com instagram.com
Re: App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
#94Earlier quoted context omitted.
Do you know which domains one would need to block?
facebook.com fbcdn.com fbcdn.net fbsbx.com fb.com instagram.com WhatsApp can work without these, but maybe a smaller subset would suffice. NextDNS[0] for iOS can be used for the blocking. [0] https://nextdns.io/
Re: App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
#95Earlier quoted context omitted.
Except, you know, when does a developer ever have a choice? You are asked to put the SDK in and you do it...
this, combined with a wrong past technical decision that we can not change it instantly. unfortunately it's not as easy to fix mobile bugs as it is on the web, as you have to both pass the approval process and wait for the full rollout to clients. in our case, it's just a wrong decision, we don't use it for tracking. also, if you use facebook login, the terms and conditions force you to use their SDK (which automatic…
In terms of the person writing the code, they can certainly push back. Being asked to add the Facebook SDK is either a red flag enough for him/her to do so, or they don't mind. In either case, they've made that choice.
Re: App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
#96Earlier quoted context omitted.
You can implement OAuth entirely server-side without any client support beyond displaying a web view. No need to include spyware and the approach is reusable for any OAuth provider.
You can’t, it’s against their policy, if they catch you they’ll revoke your access. developers.facebook.com/policy/ 8.2 (which states “Native IOS and Android apps that implement Facebook Login must use our official SDKs for login.” This has a help icon next to it that opens a dialog on their site that shows a couple pictures and then explains “Android apps should use the default login behavior defined by the SDK, whi…
Re: App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
#97Earlier quoted context omitted.
I use an app called AdBlock https://apps.apple.com/app/apple-store/id691121579?pt=425087... It creates a local VPN that sets up a local filtering DNS. I just added the following domains to the block list: facebook.com fbcdn.com fbcdn.net fbsbx.com fb.com
That's very interesting. Does Android have anything similar?
Re: App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
#98Earlier quoted context omitted.
I use an app called AdBlock https://apps.apple.com/app/apple-store/id691121579?pt=425087... It creates a local VPN that sets up a local filtering DNS. I just added the following domains to the block list: facebook.com fbcdn.com fbcdn.net fbsbx.com fb.com
That's very interesting. Does Android have anything similar?
Check out Blockada. (Non-root)
Adaway (root and non root phones)
Adaway requires version 5.something for non rooted devices. Anything less than version 4 is only for rooted devices.
Re: App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
#99Earlier quoted context omitted.
Not only could it do that, but it also totally does do that
Didn't they also use to home in information about surrounding bluetooth devices? When iOS 13 beta dropped, half of the apps suddenly asked for bluetooth permissions because Google/FB SDKs attempted to use it on app launch.
Re: App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
#100Can confirm that blocking Facebook on my iPhone makes these crashes go away. All in all I might leave that block up permanently as nothing going to those addresses does me any good
How do you do that? At OS level with a setting? Networking changes?