Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

PUSH question..

New Builder.

Did tutorial tested in tiggzi tester and from apk.

Register always shows FAIL.
Confirmed API key and Access#

What am I missing?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

PUSH question..

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

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

PUSH question..

I figure its me...
Shared. PushTest

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

PUSH question..

I will update when we have it tested.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

PUSH question..

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

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

PUSH question..

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

PUSH question..

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.

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

PUSH question..

So you only support push with you backend?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

PUSH question..

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

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

PUSH question..

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.

Return to “Issues”