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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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