Page 3 of 3

Custom push notification stopped

Posted: Tue Oct 22, 2019 5:13 pm
by Yahya

Dear Serhii

Good day,
This is the firebase SDK,

{
"type": "service_account",
"project_id": "almozon-1488133676813",
"private_key_id": "4441edcc73282e8e3f2a76a838f0c8bd87f8ec8d",
"private_key": "I remove it",
"client_email": "a href="mailto:firebase-adminsdk-lr0oc@almozon-1488133676813.iam.gserviceaccount.com" rel="nofollow"firebase-adminsdk-lr0oc@almozon-14881.../a",
"client_id": "109177874756797735537",
"auth_uri": "https://accounts.google.com/o/oauth2/...",
"token_uri": "https://accounts.google.com/o/oauth2/...",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/...",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/m..."
}

kindly check and update


Custom push notification stopped

Posted: Thu Oct 24, 2019 4:57 pm
by Yahya

dears,

is there any thing you still need from me to look at this issue..?


Custom push notification stopped

Posted: Tue Oct 29, 2019 5:21 pm
by Yahya

good day,

any update..?


Custom push notification stopped

Posted: Tue Oct 29, 2019 6:19 pm
by Yahya

any update..?


Custom push notification stopped

Posted: Tue Oct 29, 2019 6:22 pm
by Evgene Karachevtsev

Hello Yahya,

Sorry for the radio silence. Unfortunately, this seems to be the bug. We reported it and passed it to our development team, it is working on it. We'll get back to you with the update soon.


Custom push notification stopped

Posted: Wed Oct 30, 2019 10:48 am
by Serhii Kulibaba

Hello,

Google updated rules for the custom sound for Android 8.0+ devices. Now you have to set a channel for that.

You can use the following workaround:

  1. Add code below on the push init event of your project:

    prePushNotification.createChannel(
    function(){
    console.log('success');
    },
    function(){
    console.log('error');
    },
    {
    id: 'testchannel1',
    sound: "sound1",
    description: 'My first test channel'
    }
    );/pre
    here - "sound1" - a name of your "wav" file without ".wav"

  2. Add preandroid_channel_id/pre in your Push Notifications send tab:

    Image
    Please click on the "Advanced settings" button to open this panel

  3. Now you can test a custom sound. Kindly let us know the result.


Custom push notification stopped

Posted: Thu Nov 07, 2019 10:52 am
by Yahya

Good day
Thank you for your support, when I add the code to the initial push of the page I got syntax error while compling and generating the apk.
Image

Can you please check why I am getting the below error..

Image

Here is the line the error pointing to in the login page

Image

Thank you.


Custom push notification stopped

Posted: Thu Nov 07, 2019 11:32 am
by Galyna Abramovych

Could you please contact us directly via email a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a with sharing your app so that we could review the build for you?