Is the Social.framework being updated?

Twitter is no longer being used - depreciated, and I suspect FB is headed the same way.

there are SDKs put out by both FB and Twitter, but they are difficult to implement. Don’t relate to Swift 4, and are themselves packed with depreciated obj-c code. Where there is a Swift section it’s old version code.

and in any case they rely on cocoa pods. Yet another third party addition.


I‘ve Yet to find a Swift 4 how-to that successfully gets even a basic FB or Twitter interface into an app In a clean and transparent way.

i Live in hope that a future update will give us a new and revamped social.framework.


Twitter Kit 3 - Migrating from iOS Social Framework

The instructions seem to be very straight forward.

Is the Social.framework being updated?

The Social framework has essentially been deprecated. While much of the API is not deprecated, the constants that you must use in order to make any progress (that is, everything in

<Social/SLServiceTypes.h>
) were officially deprecated in the iOS 11 SDK.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
Is the Social.framework being updated?
 
 
Q