Skip to content

Unity plugin for iOS and Android Parse notifications

Notifications You must be signed in to change notification settings

Mozgoid/unity-gcm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unity-gcm

About this repository

Forked from https://github.com/kobakei/unity-gcm

Plugin adapted to work with Parse notifications. Also it works with iOS parse notifications.

Notification data is now taken from the field "data" of incoming json.

Parameter "content_title" is optional now, and by default, it is equal to the application name. The "content_text" replaced by "alert" to work with the format of the Parse notifications.

Installation

https://github.com/Mozgoid/unity-gcm/wiki/Installation

Known Issues

Unity won't start by tapping on notification if you overrided your main activity. Change it in UnityGCMNotificationManager on line 41.

About

Unity plugin for iOS and Android Parse notifications

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 73.9%
  • Java 24.9%
  • Ruby 1.2%