I'm running the the B4X push server and iOS app and the push notification does not get deliverd (status 8): this seems to have something to do with an invalid token ?
This is what I have
- development certificates and APN certificate
- non wildcard app ID
A release build on my Iphone through the B4I Builder.
When the IOS app starts my server does recognize the connection ans shows Token added: 0A...
But when I send a mesage to my server (http://domain.tld:51044/send?password=123&text=Message to send) I get a status = 8
The server connects to gateway.sandbox.push.apple.com / feedback.sandbox.push.apple.com
When I change my config.txt to connect to gateway.push.apple.com / feedback.push.apple.com the server keeps trying to connect ...
I removed the SQL lite database files a few times ...
Thanks
This is what I have
- development certificates and APN certificate
- non wildcard app ID
A release build on my Iphone through the B4I Builder.
When the IOS app starts my server does recognize the connection ans shows Token added: 0A...
But when I send a mesage to my server (http://domain.tld:51044/send?password=123&text=Message to send) I get a status = 8
The server connects to gateway.sandbox.push.apple.com / feedback.sandbox.push.apple.com
When I change my config.txt to connect to gateway.push.apple.com / feedback.push.apple.com the server keeps trying to connect ...
I removed the SQL lite database files a few times ...
Thanks