3

I'm trying to implement push with Google Cloud Messaging. I make all the steps of http://developer.xtify.com/display/sdk/Getting+Started+with+Google+Cloud+Messaging but the device doesn't appear in Test Implementation. My appkey is Development. I try with the example of xtify but I change the keys in the MainActivity of the example, XTIFY_APP_KEY, PROJECT_ID but I don't know how to send a push from this app. I enable notification. What must I do to do?

Thank you!

user1852854
  • 199
  • 1
  • 1
  • 11

2 Answers2

3

Here are a couple things you can do:

  • Double check that your PROJECT_ID is valid.
  • Make sure you enabled GCM in google API console.
  • Make sure you copied the Google API key to the application you created in Xtify console.
  • Implement Xtify Notifier to get a callback when an error occurs in Xtify SDK.

Let me know if you need any more help.

Community
  • 1
  • 1
Feras Alnatsheh
  • 547
  • 3
  • 9
  • Solved. I had to uninstall because it seems already registered but still not appear in Test implementation. And then Xtify Notifier answer onRegistered. Thank you – user1852854 Dec 12 '12 at 07:24
0

I have search for an answer to solve the problem which descripted in this diskussion. So I follow the steps of the answer 2, but the android app didn't get a Xid since migrate to gcm.

TET
  • 1