Facebook iOS SDK Remotely Crashing Spotify, TikTok, Pinterest, Winno and More
271–280 of 376 posts
Re: Facebook iOS SDK Remotely Crashing Spotify, TikTok, Pinterest, Winno and More
#272Earlier quoted context omitted.
Don't mind me. I'm just going to come into your house and record what commercials you are watching. I'm not spyware I'm just _merely_ wanting to know about my marketing budget. Analogy may not be perfect but it takes serious mental gymnastics to fail to see this as spyware, in my opinion.
Isn't that how the TRP is calculated. IIRC agencies install devices in random houses to find which program is being watched.
Re: Facebook iOS SDK Remotely Crashing Spotify, TikTok, Pinterest, Winno and More
#273Re: Facebook iOS SDK Remotely Crashing Spotify, TikTok, Pinterest, Winno and More
#274Earlier quoted context omitted.
(For the iOS engineers reading along: please don't put network calls in +load, or __attribute__((constructor)), or a C++ static variable, or whatever other clever way you think you can get code execution before main.)
Spoken like someone who has never tried to optimize startup time. If network is your blocker, you need to do it as soon as possible
Re: Facebook iOS SDK Remotely Crashing Spotify, TikTok, Pinterest, Winno and More
#275Earlier quoted context omitted.
A consulting company or a company that makes "white label" apps like for restaurants or stores.
Can we agree that each restaurant having a separate app is one of the dumbest outcomes imaginable?
Re: Facebook iOS SDK Remotely Crashing Spotify, TikTok, Pinterest, Winno and More
#276Seems to be some suggestions now that apps were continuing to crash even after commenting out the FB implementation because FB is managing to do remote API calls just because the framework is linked. https://github.com/facebook/facebook-ios-sdk/issues/1373#iss... > It does not matter. Their libraries are dynamic, and they abuse +load functions for classes with some business logic calls. So, +load will be called anywa…
(For the iOS engineers reading along: please don't put network calls in +load, or __attribute__((constructor)), or a C++ static variable, or whatever other clever way you think you can get code execution before main.)
Re: Facebook iOS SDK Remotely Crashing Spotify, TikTok, Pinterest, Winno and More
#277Earlier quoted context omitted.
This very same argument would apply to, say, "5% of the price of my dinner goes towards healthcare for the waitstaff. That's something the company wants, not something I want." There are much better argument for it being spyware, e.g., that it spies. It's not a very strong argument that a thing is bad simply because it helps the provider of the thing.
I certainly don't want 5% of the price of my dinner going to healthcare costs. Don't tell me that's something that actually happens where you live?
Re: Facebook iOS SDK Remotely Crashing Spotify, TikTok, Pinterest, Winno and More
#278Not sure what the lesson is, other than that you can’t trust third party code, even if it’s written by the worlds largest companies!
Re: Facebook iOS SDK Remotely Crashing Spotify, TikTok, Pinterest, Winno and More
#279Perhaps this outage will raise awarenesses more broadly as to the prevalence of "non essential" third party SDKs like these, and the risk that their failure can significantly impact on the wider ecosystem. I can't imagine Apple will be all too pleased by this. Perhaps time for them to look at clamping down on SDKs that make remote network requests? (Given they have their own private sign in system now as well, they m…
"Apps that authenticate or set up user accounts must support Sign in with Apple if required by guideline 4.8 of the App Store Review Guidelines."
Re: Facebook iOS SDK Remotely Crashing Spotify, TikTok, Pinterest, Winno and More
#280Earlier quoted context omitted.
>Is that "spyware"? Yes, absolutely. It uses energy and bandwidth I paid for to surreptitiously transmit my information for use which will solely benefit Facebook and the software developer.
If the software developer didn't get anything off you they wouldn't make the software available to you in the first place.