New Huawei devices come without Google Services, Firebase Services are also unavailable.
Huawei got their own service for Push notification.
If device have Google Play then problem is somewhere else.
File agconnect-services.json need to be converted into resources.
Currently no solution for this. Without solution for this issue it's not possible to create wrapper for B4A.
File agconnect-services.json need to be converted into resources.
Currently no solution for this. Without solution for this issue it's not possible to create wrapper for B4A.
You can load the raw json file directly. You can do it with inline Java code or in your library. Pass an InputStream instead of context.getAssets(). This will allow it to work in debug mode.
You can load the raw json file directly. You can do it with inline Java code or in your library. Pass an InputStream instead of context.getAssets(). This will allow it to work in debug mode.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.