-
Notifications
You must be signed in to change notification settings - Fork 1.6k
BoringSSL iOS 11 error #314
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
Comments
Same issue here. |
"BoringSSL" is an output by Xcode 9 when an SSL connection is established (which FCM and IID SDKs do, as others), but is not related to whether something is working or not. There is a bug which has been fixed related to when the APNs token is retrieved, and that should be coming out soon. I think what you're describing is related. |
Thanks @rsattar, it works for me now. Waiting for the future release. |
i have a same problem how should i solve it? |
@mehransahandi Here : #315 (comment) |
@Aurazion tnx sir, but how should I use pod 'FirebaseInstanceID', '2.0.0' ? |
Fix released today in Firebase 4.3.0, FirebaseMessaging 2.0.4, and FirebaseInstanceID 2.0.4 |
Hello @paulb777 , I'm testing Firebase 4.3.0 with Xcode 9 and iOS 11 but I have the same problem (TIC Read Status): 2017-10-04 18:18:29.854703+0200 flatfitapp[38450:1753669] [Firebase/Analytics][I-ACS023007] Firebase Analytics v.40004000 started |
@jlandyr See #314 (comment) above |
I have installed firebase version 4.4.0. still getting the logs TIC Read Status [7:0x0]: 1:57 |
I am trying to send a Remote PushNotification Xcode Version 9.0 (9A235)
|
I'm using Firebase 4.5.0, still got this [BoringSSL] error. |
Hy i fixed the issue by using
And adding this method in appDelegate
It works fine for me in background and foreground |
Same problem, please fix it! |
I am facing the same issue. |
Yes....I'm Using Firebase (4.6.0) and I'm hitting this today in Xcode 9 Function boringssl_context_get_peer_sct_list: line 1757 received sct extension length is less than sct data length |
Does someone have a fix for this (4 months after the previous report above)? Using Firebase (4.11.0) |
Closing due to lack of recent activity. Please open a new issue if this is occurring on Firebase 5.x. |
Hi,
Many users have problem with firebase since iOS 11 with boringssl (google boringssl ios 11).
I'm using FirebaseMessaging in my App, and here is my logs :
App don't retrieve notifications sent from the Firebase console but it retrieve the Firebase registration token...
Do you have an explanation ?
Thanks
The text was updated successfully, but these errors were encountered: