I’m attempting to access the keyedAppStates in order to retrieve app feedback from the Reports application. I have followed the instructions in this link.
https://developers.google.com/android/management/app-feedback
https://developers.google.com/android/management/notifications
I’ve followed all the instructions and I’m now receiving the application events,
"events": [
{
object (ApplicationEvent)
}
],
but there is no data coming through in keyedAppStates. Can someone provide a solution to this issue?