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?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
New Builder.
Did tutorial tested in tiggzi tester and from apk.
Register always shows FAIL.
Confirmed API key and Access#
What am I missing?
Hello,
We've tested and it works properly...
Could you share your app with support@tiggzi.com?
I figure its me...
Shared. PushTest
I will update when we have it tested.
Have you subscribed your app to at least one channel?
(Subscribe to Channels steps 1-7 in the tutorial)
No I dont use tiggzi backend.
Is that required? Was planning on using own php on my server.
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.
So you only support push with you backend?
By default. But you can manually change app for using your own php on your server.
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.