I want to create a C# application to send a little message to my Android device.
I've found this article.
For first I've make a win form application and include the functions of the article, after I have registed an API KEY
.
I've replaced the API KEY
and ID
project respectively:
Key for browser apps (with referers) with "YOUR_BROWSER_API_KEY"
and "DEVICE_REGISTRATION_ID"
with the code that I received from the link:
https://code.google.com/apis/console/#project:**code**:access
The project compiles correctly but when I send data it is returning me the following error:
{"multicast_id":9036041256003980435,"success":0,"failure":1,
"canonical_ids":0,"results":[{"error":"InvalidRegistration"}]}
Can anyone help me?