Closed jamesmundy closed 8 years ago
Hi James,
After investigating, it appears this instance method was added to TwitterKit as of 2.2.0. The binding hasn't been updated to 2.2.0 yet - it's still on 1.9.0.
The reason is that newer versions of Crashlytics don't play as nice with Xamarin.iOS as older ones. I've worked out a lot of little issues, but still have more to address. Once everything has been taken care of, I will be able to update all of the bindings.
Joe.
Ah, thanks for the information Joe. I did suspect it might have occurred in a newer version but couldn't find any mention on the TwitterKit changelogs.
Hi Joe,
Great work on the library. I think something is missing though. On the Fabric Advanced Setup page (https://docs.fabric.io/apple/twitter/advanced-setup.html) it says to notify TwitterKit of OpenUrl like so:
However, in the current binding I can find no reference to .Application in SharedInstance of Twitter. Any ideas?