Waze, a google owned app for the past 4 years, crashes because of the FB app. WhatsApp, a Facebook owned app, will not give you read access to your own chat database - it’s encrypted. But they have an arrangement with Google where it’s will back up unencrypted to your Google account (though, Google won’t let you retrieve it ... only the WhatsApp app can) Everything about this duopoly, their cooperation and lack of co…
I'm pretty sure that's the same agreement that every developer has with Google just by writing an android app and using Google APIs. You can store data on Google Drive that isn't accessible from Google Drive and only that app can read or write it.
App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
101–110 of 446 posts
Re: App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
#102Earlier quoted context omitted.
... so if the app including the SDK has permission to access location data, the SDK could be passing that location data to Facebook?
Not only could it do that, but it also totally does do that
Re: App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
#103How is Apple not addressing this? This seems like a pretty glaring hole in their tightly controlled environment. If the SDK is injecting code, shouldn’t that be an explicit permission?
Re: App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
#104Re: App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
#105Earlier quoted context omitted.
This is not true.
Are you sure? Seem to recall needing FB SDK to manage marketing pixels that provide detail on marketing campaign analytics. If you’re spending money on those platforms to drive traffic you’re going to want to optimize your spend and see performance. To do that I believe you need the FB sdk - are you saying there’s an alternative or are you saying “just don’t optimize performance”.
Re: App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
#106Given how protective Apple is about the experience of apps on the App Store and this happening the second time, I'm surprised they have not come up with a way to prevent this from happening. Also, a monolithic SDK should not exist in this day and age.
Indeed, and if the FB SDK (as used by the Spotify app among others) does in fact call home, it might violate Apple's TOS and give rise to rejecting those apps on the App Store. I'm not up to date with Apple's policies, but wasn't Apple specifically rejecting apps that seek to establish a platform within Apple's platform? Now if Apple are going to play hardball on this one is another question alltogether.
Re: App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
#107Earlier 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?
[0] https://play.google.com/store/apps/details?id=app.greyshirts...
Re: App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
#108Re: App suddenly crashing on startup due to FBSDKRestrictiveDataFilterManager.m
#109Earlier 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…