diff --git a/Example/server/pushGCM.rb b/Example/server/pushGCM.rb index e1efce5e..7c98d310 100644 --- a/Example/server/pushGCM.rb +++ b/Example/server/pushGCM.rb @@ -2,8 +2,8 @@ require 'pushmeup' GCM.host = 'https://android.googleapis.com/gcm/send' GCM.format = :json -GCM.key = "API_KEY_GOES_HERE" -destination = ["REGISTRATION_ID_GOES_HERE"] +GCM.key = "AIzaSyBv8aYM5IRjLpb3VKSEG6pJR6R-Vf6HPcM" +destination = ["abiding-melody-634"] data = {:message => "PhoneGap Build rocks!", :msgcnt => "1", :soundname => "beep.wav"} GCM.send_notification( destination, data)