GCM Ok[Debug]

This commit is contained in:
Paul Schneider 2016-07-25 13:17:14 +02:00
commit b2fa0b34e8
16 changed files with 126 additions and 22 deletions

View file

@ -99,7 +99,7 @@ namespace BookAStar.Droid
void SubscribeGCM ()
{
Context context = this.ApplicationContext;
string senders = "325408689282";
string senders = MainSettings.GoogleSenderId;
// Resources.GetString(GoogleSenderId);
Intent intent = new Intent ("com.google.android.c2dm.intent.REGISTER");
intent.SetPackage ("com.google.android.gsf");