InApp Review Extension

Does the extension work on phones version> = 4.4.4 ?

It works on Android 5.0 and higher

Information source:

1 Like

:crying_cat_face:

@sonumohammad333 I read some of the posts in this thread. Is there any way by which we can use In-App update component and this extension together?
Thanks!

It is not possible for now
Until Kodular updates the PlayCore library to version 1.8.0+

Okay. Thanks for letting me know.
By the way, thanks for the free version of this awesome extensions. :smile:

1 Like

You are awesome @sonumohammad333 :heart:

1 Like

@sonumohammad333 I tried using in my app, but when I try to ask for review, a window appears and suddenly closes, just like this: InApp Review Extension - #72 by OmerGundogar

You have to install the app from PlayStore to work.
As beta or stable release, or via internal test track on PlayStore.

Yes, I installed the app from play store via closed testing.

PM me the PlayStore link

Okay, doing it.

does it work?

Yes.
You should not use PlayCore library related components like InAppUpdate until Kodular updates the library to version 1.8.0+.

Hello
I tried to use it on screen2 - where my custom webview is called along with firebase authenticator and other components

I am using Call in-app review function at Screen2 initialize directly

Somehow its not working, am i doing it correctly?

Update This Extension Not Working On Fenix

The error says that some method was not found.
The method exists in the latest version of the PlayCore library.
Kodular is still using the older version of the PlayCore library.
If you use PlayCore library related components like InAppUpdate, when compiling app, the PlayCore library provided by Kodular is getting compiled instead of that provided in the extension.
So the extension will use the older version of the library.
The extension is trying to call some method that doesn’t exist in the older version of the PlayCore library.
InAppReview was introduced in version 1.8.0+ of the PlayCore library.

1 Like

How to fix this

  1. Wait until Kodular updates the PlayCore library
    Or
  2. Don’t use PlayCore library related components like InAppUpdate
  1. Or use Rush to build the extension!

When you build your extension with Rush, all of your extension’s dependencies get repackaged. This prevents the collision of libraries between the builder and extension, making it possible to use the newer versions of libraries that are already being used by the builder’s components.

Read more about Rush here:

4 Likes