Search Results

2
votes

Registering for Apple Push notification - how do I pass the DevToken with HTTP?

I haven't tried it out yet, but my first guess would be to look at Base64 encoding the binary array into a 7-bit clean string that can be passed as a query parameter on your request. You co …