Expected behaviour After click on Register button in Showcase App, the App should perform Register action Actual behaviour UnknowhHostException: E/Push: java.net.UnknownHostException: Unable to resolve host "ups-myproject.192.168.37.1.nip.iorest": No address associated with hostname This is caused by missing slash in the end of the hostname. If the slash is added to property "url" in mobile-services.json manually, it works.
|