caffeinalab / ti.goosh

GCM/FCM module for Titanium.
MIT License
52 stars 34 forks source link

MissingRegistration #50

Closed jcsomac closed 7 years ago

jcsomac commented 7 years ago

Today... with no changes in my code i am receiving this every time i want to send a push:

stdClass Object ( [multicast_id] => 5448133919056867326 [success] => 0 [failure] => 1 [canonical_ids] => 0 [results] => Array ( [0] => stdClass Object ( [error] => MissingRegistration ) ) )

The code i use to send the push is:

screen shot 2017-05-03 at 1 46 50 pm

You can check the line 57 and 58, i've try those lines too with no success. Is there something new i have to change in my app ? i am using TiGoosh 2.0.5 and Titanium SDK 6.0.3

Thanks in advance..

jcsomac commented 7 years ago

Well..... Everything is working now, with no changes..