I understand the Facebook sharing not working on ios5, still, since we’re using the same call showpopup for also emails and SMS, does it mean with the new builds we’re going to be unable to show a mail or SMS popup (besides twitter)? That would be a huge problem.
There needs to be runtime checks to ensure that the app makes no attempt to access any of the classes from the framework when you run on a device (or simulator) with iOS prior to 6.0.
Also need to weak link the Social framework to the project.
I understand some features not working on ios5 (Facebook) but definitely it shouldn’t crash the device.
Please when you know something let me know because I’m trying to figure out what I should do in my app.
Thanks