You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Facebook SDK dependancy -> Parse/FacebookUtils
Current maximum supported version is FBSDKCoreKit (9.3.0) and currently latest version is (11.2.1).
This blocks developers from introducing newer version of FBSDKCoreKit in their app because the two libraries with different versions are conflicting.
Feature / Enhancement Description
Update the code to support the latest FBSDKCoreKit version.
Example Use Case
/
Alternatives / Workarounds
I did not find any alternatives, but perhaps handling the dependancy internally (without exposing it) would allow the developers to include newer version of FBSDKCoreKit in their project, independently of the one in Parse SDK.
3rd Party References
/
The text was updated successfully, but these errors were encountered:
New Feature / Enhancement Checklist
Current Limitation
Facebook SDK dependancy -> Parse/FacebookUtils
Current maximum supported version is FBSDKCoreKit (9.3.0) and currently latest version is (11.2.1).
This blocks developers from introducing newer version of FBSDKCoreKit in their app because the two libraries with different versions are conflicting.
Feature / Enhancement Description
Update the code to support the latest FBSDKCoreKit version.
Example Use Case
/
Alternatives / Workarounds
I did not find any alternatives, but perhaps handling the dependancy internally (without exposing it) would allow the developers to include newer version of FBSDKCoreKit in their project, independently of the one in Parse SDK.
3rd Party References
/
The text was updated successfully, but these errors were encountered: