I am encountering the following error after building my B4J project using the Integrated B4JPackager11 and opening the .exe file:
For context the app is a UI based Push Notification app using the example that Erel provided. The "gettokenvalue" references the "PrivateSignKeys" folder that contains the firebase key. Does anyone have any idea what is going wrong? The app works fine when I build and run it from the IDE
Google has deprecated the previous method of sending push notifications. It will stop working on June 2024. If you have an already working solution then you only need to update the B4J side. Do make sure that you switched from the service to a receiver on B4A. The new API is (confusingly) named...
Google has deprecated the previous method of sending push notifications. It will stop working on June 2024. If you have an already working solution then you only need to update the B4J side. Do make sure that you switched from the service to a receiver on B4A. The new API is (confusingly) named...
I always reference the Tips and special cases in that post pointed to by @klaus if I encounter errors when creating a standalone package, but I can't see a reference to the solution provided by @aeric for this case and so perhaps @Erel could add it as #13 in Tips and special cases.
@dieterp perhaps mark @aeric's post #3 as the solution via the tick in the circle which will help others in future to see the question in this thread was answered with a solution.