Facebook acknowledged the glitch immediately: “We are aware and investigating an increase in errors on the iOS SDK which is causing some apps to crash,” the social media giant wrote at … If this is happening to you as well, check out these 5 ways to fix Facebook app keeps crashing on iPad. This type of decision must go through engineering — and preferably someone from infosec as well — the marketing department shouldn’t have the power to mandate that random third-party code be added to an app.Unfortunately, I don’t see this changing any time soon, so I believe the solution will have to be technical.Guilherme Rambo writes about his coding and reverse engineering adventures. FILE - In this Aug. 11, 2019, file photo, an iPhone displays the Facebook app in New Orleans. Someone over at marketing decides they want better analytics on their Facebook campaigns, they talk to the product people and the product people just order that from the engineers.And that’s where the problem is. Nothing worked.Many people rush to blame engineers for these types of problems. A Facebook spokeswoman also confirmed there were issues to Business Insider.An app developer consulted by Business Insider also confirmed that Facebook had been the cause of the issues. Yash Tripathi . We apologize for any inconvenience." Here is a guide on how to effectively tackle the Facebook app crashing or freezing.

Many netizens keep reporting a crash in their Facebook apps over and over again. Spotify, crashed.

A Facebook bug caused popular iPhone apps including Spotify, Tinder, Pinterest, and PUBG Mobile to crash on Friday for many users. The app I work as a contractor for, crashed. The SDK allows you to, for example, log into services using your Facebook account.On its developer platform, Facebook acknowledged that a bug in its SDK was "causing some apps to crash." 73. shares. Is that ok?”.It’s not a matter of developers just being careful with what SDK code they call. Great idea adding that social login, huh? Great idea adding that social login, huh?The issue was caused by some bad data being sent by Facebook’s server to their SDK, which caused code in the SDK to crash, which in turn brought down the app that was running the SDK. Apple’s operating systems already have and use XPC extensively — and iOS supports extensions — but it still doesn’t expose such functionality to developers.Having analytics SDKs isolated from main app code would prevent those SDKs from slurping user data without the app explicitly sending it to the SDK, it could also be used to implement some form of permission dialog.

I happen to have a friend who works on that app’s engineering team, so I sent them a video of the issue just to make sure it was on their radar, when I was told it was actually a problem with the Facebook SDK and that it was crashing many other iOS apps as well. Yesterday’s problem would happen to an app even if it just included the SDK, even if it never called any methods on it.To stop crashes from the Facebook SDK, some devs tried commenting out any code that calls Facebook. He showed us that selectively dropping traffic going to Facebook's servers from Spotify's app allowed Spotify to open and function as normal.Facebook also said in an update mid-morning that the issues had been resolved. By clicking ‘Sign up’, you agree to receive marketing emails from Business Insider Facebook fuck-up is crashing tons of iOS apps, including Spotify and Tinder. — Guilherme Rambo (@_inside) May 6, 2020.

Cool, there’s a Facebook SDK issue crashing several high-profile apps right now.

by Mix — in Apps. It’s clear that many people want to use Facebook as a login method, so “just remove it” is not as easy as it might seem.

We identified the issue quickly and resolved it. Since the crash was caused by data sent by Facebook’s servers, I blocked the You know how people are saying these days that it’s dangerous how companies like Apple and Google control their ecosystems, to the point of accusing them of monopoly? Since this happened during the initialization of the SDK — something that occurs right after launching the app — the apps simply became unusable. Lisa Eadicicco/Business Insider If you haven't updated in awhile, or don't have the latest version there can be issues with your log in. Imagine launching an app and seeing a prompt that reads “This app would like to send your location to Facebook. as well as other partner offers and accept our The same thing goes for “Just implement Sign in with Apple”. Whenever someone starts a phrase about programming with “just”, any senior developer’s eyebrows rise.The first solution would be for developers to implement features such as Facebook login without employing their SDK.