-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
crash on ios plugin v8.0.3 #347
Comments
Please do not remove the additional information that is requested when opening the issue, otherwise your issue will be closed due to lack of detailed information. Which package version? Which operating system version? Did you call From your screenshot, both the Your project has some configuration error. |
In my opinion, https is not a schema for an application. it should be the name of the Application or similar to the name. This may be causing an error in the branch's SDK. my first suggestion would be to review the Dashboard and project settings to change this. |
If the problem persists after the change, you will have to open an issue with Branch. As the SDK is returning an error, only they can evaluate it. |
## 8.0.4 ###⚠️ BREAKING CHANGE This is a major release which contains breaking API changes. ####⚠️ SDK Initialization Changed * `useTestKey` parameter is no longer supported at `FlutterBranchSdk.init()`. Check the instructions in `README.MD` on how to activate the `key_test_`. ### 🐛 Bug Fixes * Fix issue #347: ios plugin v8.0.3 crashes when no url is returned * Fix issue #338: Changing the return value in didFinishLaunchingWithOptions crashes the application from SDK version above 8.0.0
Code correction made to avoid crash if the URL is not returned Available in version 8.0.4 |
Hi , when I create share link on ios real device i got the attached error in xcode log
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.22.2, on macOS 14.5 23F79 darwin-x64, locale en-EG)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.2)
[✓] VS Code (version 1.90.2)
[✓] Connected device (3 available)
[✓] Network resources
• No issues found!
The text was updated successfully, but these errors were encountered: