kobakei / unity-gcm

Unity plugin for Google Cloud Messaging (GCM)
59 stars 34 forks source link

Show notification #24

Open ajaybhojani11 opened 8 years ago

ajaybhojani11 commented 8 years ago

Hi To Show notification view in Android status bar

By sending GCM with the defined fields, this plugin can show notification view in Android status bar (the notification will only be shown if all 3 fields are set). ticker content_text content_title -= > How to do this ? which file i need to use to display notification . Please help.

DsD743 commented 8 years ago

The message is received but only when the app is active, and nothing appear on the status bar. What should I do to show the notification on the status bar? Please help. Thank you