push notification - No device yet in pushbots -


i new pushbots , have done push notification given in tutorial, when click on dashboard , push display alert box messaged "no devices yet" not getting how add device while have installed apps in android mobile. please me out...

i had same problem, , made sure more once right tried uninstall app , install again taking instance myapplication in mainactivity

public class mainactivity extends activity {      @override     protected void oncreate(bundle savedinstancestate) {         super.oncreate(savedinstancestate);         setcontentview(r.layout.activity_main);         new myapplication();      } } 

and worked me, when tried again delete instance , delete uninstall app still registered on pushbots website!!


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

collision detection - C++ library for mesh to mesh intersection: what is available? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -