iOS Question Firebasenotifications problem after upgrading to 3.01

tufanv

Expert
Licensed User
Longtime User
Hello,

I am using local builder with xcode 14. I wanted to test the new libraries for admob + firebase 3
I started to have an issue on firebase notifications.

B4X:
Sub Application_PushToken (Success As Boolean, Token() As Byte)
    Log($"PushToken: ${Success}"$)
    Log(LastException)
End Sub

this sub gives this error:

B4X:
Application_Start
SignalHandler 6
Application_Active
FCMConnected
Application_Pushtoken
PushToken: 1
<B4IExceptionWrapper: (null)>
Class (b4i_httpjob) instance released.

Am I doing something wrong?
 
Top