quickblox android frameworkを初期化しようとしています。
documentationと言うと、It's also possible to initialize the SDK with an existent QuickBlox token. It can be interesting in cases when you build a big system and you have a custom server side which generates QuickBlox tokens
です。 セキュリティ上の理由から、私は自分のアプリケーションコードにAUTH_SECRETとAUTH_KEYを残したくないので、これは私がやりたいことです。
しかし、私はQuickbloxトークン原因クラッシュからフレームワークを初期化する
BaseService.createFromExistentToken(token, expirationDate);
を行うときに私はそれが私には少し矛盾して見えるjava.lang.RuntimeException: applicationId is null. You must call QBSettings.getInstance().init(Context, String, String, String) before using the QuickBlox library.
得ます。
トークンサーバー側が生成されていますが、有効期限が切れていません
誰かが正しい方向に向かうことができますか?
AUTH_SECRETとAUTH_KEYをアプリに格納せずにquickbloxでログインすることはできますか?