iOS SDK and BoringSSL crash

Misha

New Member
I am trying to implement Flashphoner SDK and Firebase/Firestore SDK's together in a Streamer example and having an issue with BoringSSL dependency from Firebase SDK.

App crashes runtime when a device trying to connect to the server. PLease let me know if you can help

Here is my cocoapods file:

platform :ios, '9.1'
use_frameworks!

target 'Streamer'do
pod 'SocketRocket'
pod 'JSONModel'
pod 'Firebase', '~> 4.13'
pod 'Firebase/Auth'
pod 'Firebase/Core'
pod 'Firebase/Firestore'
pod 'Firebase/Messaging'
pod 'Firebase/Database'
pod 'Firebase/Storage'
pod 'Firebase/Invites'
pod 'Firebase/DynamicLinks'
pod 'FirebaseUI/Google'
pod 'FirebaseUI/Facebook'
pod 'FirebaseUI/Phone'
end
 

Max

Administrator
Staff member
Hello
Did you import SSL certificates on the server?
Could you try to connect to our demo server:
wss://demo.flashphoner.com:8443
 

Max

Administrator
Staff member
If you zip and share whole Xcode sample project with sources and building instructions, we will try to build and test.
Please send download link to logs@flashphoner.com
 

Max

Administrator
Staff member
Hello
Unfortunately we didn't have a chance to check your files because our support does not have dropbox account.
Could you please share files again as a direct download link.
 
Top