我正在 Android 上集成 Apptentive。我正在将自定义数据传递到消息中心,但它没有显示在 Apptentive 网站上。这是我的代码
HashMap<String, String> customData = new HashMap<String, String>();
//add package name
customData.put("package", getPackageName());
//show message center
Apptentive.showMessageCenter(ViralPopup.this, customData);
有什么建议么?