AppWard を使用して Android アプリにチャット機能を追加しています。アプリを作成し、https: //apphq.shephertz.com/service/deployApp?appwarp=true にチャット ルームを追加します。
また、constants.java で apikey と secretkey を変更しましたが、アプリにチャット ルームが表示されませんでした
パッケージ appwarp.example.chatdemo;
public class Constants {
public static String apiKey =<apikey>;
public static String secretKey =<secretkey>;
}
マッチメイキングとチャットデモプロジェクトで変更する必要があるコードの他の部分はありますか?