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
Post a Comment