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

Delphi change the assembly code of a running process -

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

C++ 11 "class" keyword -