iOS Question InvalidApnsCredential

dealsmonkey

Active Member
Licensed User
Longtime User
Help please !

I have searched forums, but cannot find the answer!

When I send a "standard" push notification to an ios app, all works correctly, however, if I try and send a silent push, by following the instructions in Erel's post :

'm.Put("notification", iosalert) 'comment this line m.Put("priority", 10)
m.Put("content_available", True) '<--- add

The send failures with an error: InvalidApnsCredential

Any help would be appreciated!

Regards

Neil
 
Top