我正在尝试为安装表中的频道添加价值,parse.com
但出现此错误:
java.lang.IllegalArgumentException:无效的通道名称
我正在尝试添加以数值开头的值,但是当值以string开头时它会被插入。我该如何解决这个问题?
ParseInstallation install = ParseInstallation.getCurrentInstallation();
PushService.subscribe(getApplicationContext(), value, <currentClass>.class);
install.saveInBackground();
谢谢你。