OneSignal / OneSignal-Xamarin-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Xamarin app with OneSignal. https://onesignal.com
Other
105 stars 50 forks source link

silent notification doesnt work for android #184

Closed omersezer closed 4 years ago

omersezer commented 4 years ago

Silent notification does not work on android. On the onesignal side we set nil to android sound but android sound is still working. Then we set the EnableSound(false) android layer of our xamarin forms project. The sound is still working

rgomezp commented 4 years ago

Can you please include a code snippet where you are modifying the notification builder natively?

Is it possible another dependency is overriding any changes you are making to the builder?

rgomezp commented 4 years ago

Closing due to no response