-
Notifications
You must be signed in to change notification settings - Fork 358
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
iOS app crash when call from flutter app - [__NSCFConstantString count]: unrecognized selector sent to instance 0x104a6bc10 #1354
Comments
@aakash-patel-dev Hi "2)Firstly, I created one QuickBlox user from the iOS app and another one from the Flutter app. Then, I initiated a call to the user-generated from the Flutter app, but when the Flutter user accepted the call, the iOS app crashed." Please specify from which platform the call was initiated and who received it - from IOS_Flutter to IOS_Native? I did such a test on our samples, such IOS Videochat as Flutter Simple-sample. Called from Flutter to IOS. The problem you described did not reproduce and everything worked correctly. |
video_2023-08-02_11-48-00.mp4This is a video confirmation of the test. |
@VladimirNybozhinsky, Thanks for sharing information |
I'm glad that you solved the problem) With best wishes, Vladimir.
…On Mon, Aug 7, 2023 at 12:50 PM aakash-patel-dev ***@***.***> wrote:
@VladimirNybozhinsky <https://github.com/VladimirNybozhinsky>, Thanks for
sharing information
But This issue is resolved
The issue is occurred due to mismatched data passing, in iOS we are not
passing the "userInfo" but the Flutter iOS app
the default value of "userInfo" is used.
[image: Screenshot 2023-08-07 at 3 17 43 PM]
<https://user-images.githubusercontent.com/75755337/258765593-e1484cc4-00cd-43b3-a3c8-651ad593ed9f.png>
—
Reply to this email directly, view it on GitHub
<#1354 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKNYKDK3FPOTZCRS53SNPGTXUC255ANCNFSM6AAAAAA256XRBQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
New Issue Checklist
Environment details for ios
Environment details for Flutter
Flutter Pub
quickblox_sdk: ^0.12.4
Expected behavior
Actual behavior
Logs
Please use the following template for logs:
To enable full logs use the following code:
iOS App Crashed Report
Steps to reproduce the behavior
2)Firstly, I created one QuickBlox user from the iOS app and another one from the Flutter app. Then, I initiated a call to the user-generated from the Flutter app, but when the Flutter user accepted the call, the iOS app crashed.
Any others comments
@soulfly @muteKey @Forsarion @iSevenDays @Nightstep
The text was updated successfully, but these errors were encountered: