facebook-sdk-for-unity
facebook-sdk-for-unity copied to clipboard
FB SDK v15.1.0. FB Messenger crashes on startup when using FBSDKMessageDialog
Checklist
- I've updated to the latest released version of the SDK, I am using Fb SDK 15.1.0
- I've searched for existing GitHub issues
- I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group
Environment
Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:
- Unity Editor Version:
2020.3.33f1
- Unity SDK Version:
15.1.0
- Installation Platform & Verison:
[iOS]
version15.7.3
Goals
Send invite url via FB Messenger
Expected Results
FB Messenger opens with list of recipients
Actual Results
FB Messenger crashes on start, see attached crash log
Code Samples & Details
I have native plugin for Unity that runs next code to run FB Messenger to send invite URL to my friends. With the latest FB SDK messenger crashes on startup
FBSDKShareLinkContent *content = [[FBSDKShareLinkContent alloc] init];
content.contentURL = [NSURL URLWithString:url];
[FBSDKMessageDialog showWithContent:content delegate:self];
Issue appeared after upgrading FB SDK from v14.1.0 to v15.1.0. FB Messenger crash log attached
@MTPirate89 Could you try the latest UntiySDK 16.0.0? (https://developers.facebook.com/docs/unity/change-log)
@JordiFB Result is the same, still not working
hi, how did you fix this