rdelrosario / xamarin-plugins

Cross platform Xamarin & Windows plugins for PCLs
MIT License
178 stars 161 forks source link

Sending silent notifications #76

Open dinonovak opened 8 years ago

dinonovak commented 8 years ago

HI,

how can you send silent notification that will trigger background activity ? I want to send notification that will not be displayed to the user that will contain custom json attributes.

CR4567 commented 8 years ago

In Android you can send a key called "silent" with value true. So message is not shown to the user but could be handled in the app. (see readme file)

Don't think that it is possible in iOS.

ghost commented 8 years ago

Works the same in iOS

On Wed, Aug 17, 2016 at 9:46 AM, CR4567 notifications@github.com wrote:

In Android you can send a key called "silent" with value true. So message is not shown to the user but could be handled in the app. (see readme file)

Don't think that it is possible in iOS.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rdelrosario/xamarin-plugins/issues/76#issuecomment-240454877, or mute the thread https://github.com/notifications/unsubscribe-auth/ABvZNEMDwg80wRFUtE-l25s4EvomtMtUks5qgyzdgaJpZM4JVH2u .

CR4567 commented 8 years ago

thx for clarification :-)

scinfu commented 8 years ago

Ddd this "content-available":"1" but not sure if it possible onside Newsstand app . Edit: Work .