Both the tutorial with the battery level and the android app for gps tracking do not post updates into the ubidots cloud. The tutorial app crashes with a “Receiver Not Registered” exception, the gps app from the play store attempts to post but then turns sendign updates off (maybe because internally it figures out something is not working).
Any advice on what might be the reason? I’m tempted as a workaround to not use the ubidots api library but do the http post requests myself.
Thanks for pointing out the error in the tutorial. I just saw I committed an error in the receiver registration, it shouldn’t be called in the onCreate method, but in the onStart method. I’m going to fix this error as fast as I can in the tutorial.