-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating to latest SDK #9
Comments
@TBaudon I was successful in updating the FB SDK to the latest version - are you interested in a PR?
|
Hello, thanks for your help and advice, a pull request would be great ! I'll check what I can do about those two branch. In the objective-c code, there is two categories : one that upgrade the SDL backend and one that upgrade the lime backend for legacy user. I could check in the hxcpp'x build.xml if there is a way to compile a specific class based on what define are used. Or use those define directly in the objective-c code and use only one class for sdl and lime. This way instead of using a branch , we could just rebuild the extension using "lime rebuild facebook -dLegacy" or something like that. |
It's not really a lot of changes right? Mostly this commit or is there anything more? f0cdbad I think in LoginWrapper.mm possibly there'd be a need for a Here's one tut that shows how to distinguish between legacy and non legacy for ios http://blog.zame-dev.org/openfl-extension-in-10-steps/ maybe this would help :
|
I was preparing the PR, but since I'm working with the legacy branch that'd be a bit messy. I guess first we should merge branches |
Any chances of updating the android version to the latest SDK? It comes with some fixes for Samsung devices that we ran into, and adds Chrome Custom Tabs ( so if the user is logged in in Chrome, he won't be prompted to enter his details / password )
Or any hints how to attempt to update it? ( Tried with replacing build.gradle + java directory, but no luck )
The text was updated successfully, but these errors were encountered: