Android Question Notifications stopped suddenly, any help?

Adamdam

Active Member
Licensed User
Longtime User
Dear all,
Greetings,
Notifications stopped suddenly, any help?
The keys still active/enabled.
Some of my projects totally based on notifications, any help to re-run these keys/projects ?
Best regards
 

Sagenut

Expert
Licensed User
Longtime User
For anyone that could help you it's needed more information.
Something has changed in those projects?
Did you update B4A?
Did you update your phone?
On which android version are you testing?
Does it happen on different phones with different android versions?
Best option would be to have a sample project that show the issue to test.
 
Last edited:
Upvote 0

Adamdam

Active Member
Licensed User
Longtime User
Thanks Mr. Sagenut .
Non of any changed.
Normally, I didn't run the application every day, just I tested yesterday and facing this issue, I tested many times and many applications.
with different keys with same account on firebase-google.
I visited my account and found all keys active and enabled.
Best regards
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
When was the last time you published the app?
 
Upvote 0

Adamdam

Active Member
Licensed User
Longtime User
I found an error when creating new firebase key like this error
1726323452198.png

I found this answer :
1726323398208.png
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Did you see the changed Informations in the new Tutorial?

 
Upvote 0

Adamdam

Active Member
Licensed User
Longtime User
Did you see the changed Informations in the new Tutorial?

Many thanks for your support.
I'm still in early stage.
I can't enable "Cloud Messaging API (Legacy) :
1726326772742.png


it gave me this error:
1726326819328.png


I tried with different browsers, different accounts and even different PCs, and in different time
Best regards
 
Upvote 0

Alex_197

Well-Known Member
Licensed User
Longtime User
I not understand,
Kindly, how can I use it? steps, please?
 
Upvote 0

Adamdam

Active Member
Licensed User
Longtime User
it is not clear like what in the past.
In the past Mr. Erel gave a complete tutorial for FCM starting from creating key until b4a example.
there is any like that please.
 
Upvote 0

asales

Expert
Licensed User
Longtime User
it is not clear like what in the past.
In the past Mr. Erel gave a complete tutorial for FCM starting from creating key until b4a example.
there is any like that please.
Which part is not clear?

How do you send the notifications?

If your B4A app uses the FirebaseMessaging receiver, you don't need to change anything.
You need to change the method to send the notifications.

Try to use the Firebase Console and check if the notifications are sent.

Check the B4J example from Erel. It's working.

You can check another B4J tool (paid) here:
 
Upvote 0

Adamdam

Active Member
Licensed User
Longtime User
Thanks Mr. Asales
The answer for the first question (how to send in the past) is like :
1726390702174.png

while I faced problem before this stage, that I can't create key :
as you can see in following image :
1726390874419.png

It gave an error like the following :
1726390908708.png


While the old keys not work totally, so as you can see in previous images, I tried to create new key.

There is any way to run the old keys/project ?

Best regards
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
Thanks Mr. Asales
The answer for the first question (how to send in the past) is like :
View attachment 156956
while I faced problem before this stage, that I can't create key :
as you can see in following image :
View attachment 156957
It gave an error like the following :
View attachment 156958

While the old keys not work totally, so as you can see in previous images, I tried to create new key.

There is any way to run the old keys/project ?

Best regards
You are confused. The bottom one is old and cannot be use anymore.
The top one is the new one that you should use.
 
Upvote 0

mcqueccu

Well-Known Member
Licensed User
Longtime User
@Adamdam the B4J sending tool instruction has been updated, and it works. Just goback to this link and follow the instructions.


Make sure to get your Project ID and service json here by generating a new one thats all
1726394528733.png
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
The answer for the first question (how to send in the past) is like
And that´s exctly what have been stopped.
This method is decrecated.

See
for an updated b4j sending tool. You only can send messages with this B4J-Tool. It is not possible to do in android any longer.
 
Upvote 0

Adamdam

Active Member
Licensed User
Longtime User
Thanks Mr. Aeric, Thanks Mr. Mcpueccu.
As I understood from article, that I'll use :
1726396124963.png

This is right ?
If yes, how to make it in sender ?
I saw in B4J project, is use C:\Users\H\Downloads\b4a-test1-firebase-adminsdk-9ze0o-ecfe854c74.json , how can I got similar file ?
Best regards
 
Upvote 0

mcqueccu

Well-Known Member
Licensed User
Longtime User
If yes, how to make it in sender ?
I saw in B4J project, is use C:\Users\H\Downloads\b4a-test1-firebase-adminsdk-9ze0o-ecfe854c74.json , how can I got similar file ?
Best regards
Set the project ID in process global variable

get the similar file by click on service account, click GENERATE NEW PRIVATE KEY, download and set the path in b4j

1726411397393.png
 
Upvote 0

Adamdam

Active Member
Licensed User
Longtime User
Thanks Mr. mcpueccu
It seam that required file.
But I can't run the App. it gave me the following error in the Logs tab :

1726434597211.png

I hope to solve this
and Hope to find Php to send firebase with this new key.

best regards
 
Upvote 0
Top