First time user, not sure if this is a client, server or PEBCAK issue :) Steps to reproduce: 1) Visit http://docs.pushjet.io/docs/creating-a-new-service 2) Enter a name (I entered "My Test Service"), leave Icon blank and press "Try it" This yields the expected response, ``` { "service": { "created": 1472734322, "icon": "", "name": "My Test Service", "public": "4a61-e2457a-7236a87472d5-f2ddf-9bcc1478f", "secret": "49efb14df6534de537192ec0638e37c1" } } ``` 3) Go into Android app 4) Press the Menu Button at the top 5) Hit the Plus button at the top 6) Select Enter Token 7) In the box, enter the public key I received when creating My Test Service, 4a61-e2457a-7236a87472d5-f2ddf-9bcc1478f App now shows a toast stating "There was a network issue" and does nothing.
First time user, not sure if this is a client, server or PEBCAK issue :)
Steps to reproduce:
This yields the expected response,
App now shows a toast stating "There was a network issue" and does nothing.