Closed javi-mad closed 2 years ago
@JaviTeamCMP
You need to do a migration on the templates, because we refactored them in 6.0.0.
If you haven't, please follow our migration guides - 6.0.0, 7.0.0.
The AppRating template is added in our custom templates repository and already migrated to 6.0.0, and don't forget to register with com.leanplum.messagetemplates.MessageTemplates#registerTemplate
.
All good now, thanks!
Expected Behavior
Android App Rating should work for all SDK versions
Actual Behavior
We have implemented the AppRating for Android by following the documentation: https://docs.leanplum.com/docs/app-review-request#android-review-request-setup but after upgrade from
5.7.0
to7.0.0
, the class implemented is failing ascom.leanplum.callbacks.PostponableAction
no longer exists from the6.0.0
version.Steps to Reproduce the Problem
implementation "com.leanplum:leanplum-fcm:7.0.0"
AppRating.java
class for androidSpecifications