AndroidにApptentiveを統合しています。カスタム データをメッセージ センターに渡していますが、Apptentive Web サイトに表示されません。これは私のコードです
HashMap<String, String> customData = new HashMap<String, String>();
//add package name
customData.put("package", getPackageName());
//show message center
Apptentive.showMessageCenter(ViralPopup.this, customData);
助言がありますか?