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 -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -