duplicate push notification problem

Hi,

I use “plugin.notifications.v2” for local notifications on my app and i use “plugin.OneSignal” for remote notifications for android and IOS.

the problem is, i’m getting 2 messages (repeated message) when i use the onsignal portal to send messages.

if i disable the “plugin.notifications.v2” i will only receive 1 message, so i guess onsignal and corona notification system is in conflict.

can’t i have both services same time, remote and local notifications? or is this a bug? should i use firebase only to manage all my notifications? i’m using onesignal, because i already learned the process, and always worked for me. i only use firebase to get the google key.

i’ve version 2017.3082. tested on android device with 7.0.

Regards,

Carlos

@carloscosta

If you only use local notifications with the Corona plugin, can you try to use ‘plugin.notifications’ instead of the V2 plugin?

V2 is only necessary if you’d use Firebase.

with oldest version it worked fine like it should.

can i still use it without a problem, knowing that in a year it will still work? i will update the app with new features with a newer version of corona if possible.

We plan on keeping the older version around for situations just like this.

Rob

@carloscosta

If you only use local notifications with the Corona plugin, can you try to use ‘plugin.notifications’ instead of the V2 plugin?

V2 is only necessary if you’d use Firebase.

with oldest version it worked fine like it should.

can i still use it without a problem, knowing that in a year it will still work? i will update the app with new features with a newer version of corona if possible.

We plan on keeping the older version around for situations just like this.

Rob