Android Emulator上的Parse返回null deviceToken

时间:2015-04-05 20:39:44

标签: android parse-platform push-notification

我想在模拟器上测试我的应用,但我得到了设备令牌:

ParseInstallation.getCurrentInstallation().saveInBackground(new SaveCallback() {
                @Override
                public void done(ParseException e) {
                    String deviceToken = (String) ParseInstallation.getCurrentInstallation().get("deviceToken");

            }
    }

但是deviceToken在模拟器上为空,我如何在模拟器上运行?

由于

0 个答案:

没有答案