android - Parse Push not working on emulator -



android - Parse Push not working on emulator -

i'm using parse force android, used tutorial provided , managed receive on real device, emulator not receive it. not think coding problem.. checked app @ parse force , there 2 subscribers, 1 real device , other emulator

push not shown on emulator , if want parse force seek ,

public static string bundle2string(bundle bundle) { string string = "{"; (string key : bundle.keyset()) { string += " " + key + " => " + bundle.get(key) + ";"; } string += " }"; homecoming string; }

android

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -