You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @dantti,
after weeks of figuring this out, I was able to run it via QMake, android SDK used 34, minSDK 28, firebase c++ sdk is current 12.2.0
So I was able to run it and receive the device token :).
but when I send the push notification from firebase console, either directly to one device or to all, I receive the following "warnings"
W mtoro.appMobile: Accessing hidden method Landroid/os/WorkSource;->add(I)Z (unsupported,test-api, reflection, allowed)
W mtoro.appMobile: Accessing hidden method Landroid/os/WorkSource;->add(ILjava/lang/String;)Z (unsupported,test-api, reflection, allowed)
W mtoro.appMobile: Accessing hidden method Landroid/os/WorkSource;->get(I)I (unsupported, reflection, allowed)
W mtoro.appMobile: Accessing hidden method Landroid/os/WorkSource;->getName(I)Ljava/lang/String; (unsupported, reflection, allowed)
and then nothing else happens... no error, no notification, no console debug:
not sure if function "messageReceived" is even triggered by firebase anymore
when we got this far, would be sad to give up...
by your experience, or at least hunch, dont you have any idea where could be the problem or what to look up as a next step?
The text was updated successfully, but these errors were encountered:
No I dont even when app is closed, but I dont see how this could be server issue. I send notifications directly from firebise console (so not via api myself). and once its sent, the app on device recognize incomping message, and prints the error from issue i reported above. So the apps know notification was received, it just does not know ow to process it (i think)
Hello @dantti,
after weeks of figuring this out, I was able to run it via QMake, android SDK used 34, minSDK 28, firebase c++ sdk is current 12.2.0
So I was able to run it and receive the device token :).
but when I send the push notification from firebase console, either directly to one device or to all, I receive the following "warnings"
and then nothing else happens... no error, no notification, no console debug:
![image](https://private-user-images.githubusercontent.com/46573874/357375036-325bc264-e4ee-4ef1-9c52-62a4df974b83.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NDg0MjgsIm5iZiI6MTczOTU0ODEyOCwicGF0aCI6Ii80NjU3Mzg3NC8zNTczNzUwMzYtMzI1YmMyNjQtZTRlZS00ZWYxLTljNTItNjJhNGRmOTc0YjgzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE1NDg0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVhZGZkMWY3MmViNTVkNzNkNTdiMjM4Y2JhYWQ4ZmFiM2Q2OGNiNzQ0YTA2MDM5YTA3MTQwYjFiYmFlM2U4ZTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.s0W-GQJL8kyXZ9jM7bsbNbEUrSaTstwXweoIWH1xjRc)
when we got this far, would be sad to give up...
by your experience, or at least hunch, dont you have any idea where could be the problem or what to look up as a next step?
The text was updated successfully, but these errors were encountered: