Found a DocumentRenderer crash in Support SDK
投稿日時:2022年9月22日
We recently discovered a crash in Firebase, only in the Android app, with the following error message:
The version of the SDK we use:
implementation group: 'com.zendesk', name: 'support', version: '5.0.9'
Our Kotlin code to launch RequestListActivity:
val identity = JwtIdentity("{\"email\":\"$token\"}")
Zendesk.INSTANCE.setIdentity(identity)
RequestListActivity.builder().show(activity)
0
0
0件のコメント
サインインしてコメントを残します。