I have a service which sends pushnotificationtoken as a request parameter
iOS works fine but Android pushnotificationtoken is extremely long and the service fails
I am using get with Json in the Service
How can I pass the android pushnotificationtoken as a request to the service
regards
Steve