iOS Question Push Problem

tufanv

Expert
Licensed User
Longtime User
Hello

I get "send message to status = 8 "in nohup.out in one of my app (b4x push server). In other one i only get "send message to" ( no status msg) . I think second one is sending without problems but first one gives status 8. Altough i changed the config.txt to production settings.

As I read it is invalid token but all the tokens are generated with distirbution certificate i dont understand why my tokens are invalid. How can i fix it ? Create push.keystore again ? or delete the database of tokens ?
 

tufanv

Expert
Licensed User
Longtime User
Yes. Delete the three files and a new database will be created (see the code it is quite simple).
yes ! this fixed the problem Erel Thank you. BTW I also deleted nohup.out to reset the output logs. But it is not yet created automaticly. Will it be ? or do i need to create it manually
 
Upvote 0
Top