GithubHelp home page GithubHelp logo

Comments (8)

jamcohen avatar jamcohen commented on June 2, 2024

Thanks @robson-work for reaching out. There are a couple reasons why the dialog might not show up.
Have you seen these testing instructions?
That doc lists out recommended ways to test In-App Review along with common troubleshooting tips.

from play-unity-plugins.

robson-work avatar robson-work commented on June 2, 2024

@jamcohen Yes, I followed the instructions. I have the app in internal testing.
This is the code I am using. It executes all the way to the end.
I even get a event from another plugin I have that triggers when the app goes to background, so it seems like it starts to show the in-app review, but it never appears.

private IEnumerator requireRate()
    {
        ReviewManager _reviewManager;
        _reviewManager = new ReviewManager();
        var requestFlowOperation = _reviewManager.RequestReviewFlow();
        yield return requestFlowOperation;
        if (requestFlowOperation.Error != ReviewErrorCode.NoError)
        {
            Debug.Log("Erros - " + requestFlowOperation.Error.ToString());
            yield break;
        }
        PlayReviewInfo _playReviewInfo = requestFlowOperation.GetResult();

        Debug.Log("review info " + _playReviewInfo.ToString());

        var launchFlowOperation = _reviewManager.LaunchReviewFlow(_playReviewInfo);
        yield return launchFlowOperation;
        _playReviewInfo = null; 
        if (launchFlowOperation.Error != ReviewErrorCode.NoError)
        {
            Debug.Log("Error2 - " + requestFlowOperation.Error.ToString());
            yield break;
        }

        Debug.Log("Flow finished");

    }

from play-unity-plugins.

rafanoel avatar rafanoel commented on June 2, 2024

Your code looks good.

Could you please double check if you don't have a review for that app with that account? You will need to go to the Play Store and manually remove the review if its already there.

Another thing to check, is the account that you are using the primary account in the Play Store?

from play-unity-plugins.

robson-work avatar robson-work commented on June 2, 2024

Another thing to check, is the account that you are using the primary account in the Play Store?

Maybe this is the issue, because I asked another person on the team to test and it worked normally.

from play-unity-plugins.

rafael-f avatar rafael-f commented on June 2, 2024

Another thing to check, is the account that you are using the primary account in the Play Store?

Does it have to be the primary account?

I'm internal tester on the company I work and I'm trying to implement this and nothing shows up.

This is being extremely difficult to test, no errors, no message, it just doesn't show.

from play-unity-plugins.

rafanoel avatar rafanoel commented on June 2, 2024

@robson-work thanks for verifying.

from play-unity-plugins.

rafanoel avatar rafanoel commented on June 2, 2024

@rafaelf82

Does it have to be the primary account?
Yes, please use your primary account.

I'm internal tester on the company I work and I'm trying to implement this and nothing shows up.
Instead of using your corp account, please use a gmail account.

from play-unity-plugins.

rafanoel avatar rafanoel commented on June 2, 2024

I am closing this issue since original comment has been resolved. @rafaelf82 please let's follow up your issue on your own issue 49.

from play-unity-plugins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.