Page 1 of 2

PUSH question..

Posted: Fri Feb 08, 2013 6:31 pm
by Emmz

New Builder.

Did tutorial tested in tiggzi tester and from apk.

Register always shows FAIL.
Confirmed API key and Access#

What am I missing?


PUSH question..

Posted: Fri Feb 08, 2013 8:29 pm
by Kateryna Grynko

Hello,
We've tested and it works properly...
Could you share your app with support@tiggzi.com?


PUSH question..

Posted: Fri Feb 08, 2013 8:33 pm
by Emmz

I figure its me...
Shared. PushTest


PUSH question..

Posted: Fri Feb 08, 2013 8:35 pm
by Kateryna Grynko

I will update when we have it tested.


PUSH question..

Posted: Fri Feb 08, 2013 8:53 pm
by Kateryna Grynko

Have you subscribed your app to at least one channel?
(Subscribe to Channels steps 1-7 in the tutorial)


PUSH question..

Posted: Fri Feb 08, 2013 9:10 pm
by Emmz

No I dont use tiggzi backend.
Is that required? Was planning on using own php on my server.


PUSH question..

Posted: Fri Feb 08, 2013 9:47 pm
by Kateryna Grynko

It uses Tiggzi backend by default, but you can change settings manually.
To do this, you should export your app to Eclipse and edit it.


PUSH question..

Posted: Fri Feb 08, 2013 10:06 pm
by Emmz

So you only support push with you backend?


PUSH question..

Posted: Fri Feb 08, 2013 10:17 pm
by Kateryna Grynko

By default. But you can manually change app for using your own php on your server.


PUSH question..

Posted: Fri Feb 08, 2013 10:32 pm
by Emmz

Ok Thanks.
I was Thinking the testing app registered its ID with googleapis and then is reachable...

Example. I am sending push to googleapis but get this.
code
{"multicast_id":7508200108586182637,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"InvalidRegistration"}]}/code

Invalid Registration ID
Check the formatting of the registration ID that you pass to the server. Make sure it matches the registration ID the phone receives in the com.google.android.c2dm.intent.REGISTRATION intent and that you're not truncating it or adding additional characters.
Happens when error code is InvalidRegistration.