SuddenH4X / awesome-app-rating

An Android library providing a dialog, which asks the user to rate the app or give feedback. You can also use the library to show the Google in-app review easily under certain conditions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fatal exception

dvaoru opened this issue · comments

After I start using this library in my app, I'm getting this exception in Firebase crash reports:
Fatal Exception: java.lang.RuntimeException
Parcelable encountered IOException writing serializable object (name = com.suddenh4x.ratingdialog.dialog.DialogOptions)

But I don't know how it affects on user experience.

Hi @dvaoru, I can't reproduce this issue. Can you share more information please?

  • Which library version are you using?
  • How often does this crash occur, on which devices, ...?
  • Full stacktrace
  • How did you integrate this library (relevant code)?
commented

Alright, thanks for sharing your solution!