[BUG] In-App Review Component Crashes

Note - Tested in Published app in Google Play.

The In-App Review Component instantly crashes even if the app is published in Google Play

java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/play/core/review/ReviewInfo;
at java.lang.reflect.Executable.getMethodReturnTypeInternal(Native Method)
at java.lang.reflect.Method.getReturnType(Method.java:148)
at java.lang.Class.getDeclaredMethods(Class.java:1914)
at gnu.bytecode.ClassType.addMethods(ClassType.java:979)
at gnu.bytecode.ClassType.getDeclaredMethods(ClassType.java:725)
at gnu.bytecode.ClassType.getMethods(ClassType.java:809)
at gnu.kawa.reflect.ClassMethods.getMethods(ClassMethods.java:106)
at gnu.kawa.reflect.ClassMethods.apply(ClassMethods.java:229)
at gnu.kawa.reflect.Invoke.lookupMethods(Invoke.java:278)
at gnu.kawa.reflect.Invoke.applyN(Invoke.java:185)
at gnu.mapping.ProcedureN.apply2(ProcedureN.java:39)
at com.google.appinventor.components.runtime.Form.a(SourceFile:408)
at com.google.appinventor.components.runtime.Form.onCreate(SourceFile:362)

@abhijith Please see this

Thanks for letting us know. Did you build the app from the production or beta server?

From Beta Server