Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter Android purchases is not working anymore #1153

Closed
7 tasks
mertyildirimdev opened this issue Aug 25, 2024 · 4 comments
Closed
7 tasks

Flutter Android purchases is not working anymore #1153

mertyildirimdev opened this issue Aug 25, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@mertyildirimdev
Copy link

‼️ Required data ‼️

Do not remove any of the steps from the template below. If a step is not applicable to your issue, please leave that step empty.

There are a lot of things that can contribute to things not working. Having a very basic understanding of your environment will help us understand your issue faster!

Environment

  • Output of flutter doctor
  • Version of purchases-flutter
  • Testing device version e.g.: iOS 15.5, Android API 30, etc.
  • How often the issue occurs- every one of your customers is impacted? Only in dev?
  • Debug logs that reproduce the issue
  • Steps to reproduce, with a description of expected vs. actual behavior
    Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)

Describe the bug

The Flutter-Android section no longer works properly. The number of memberships is correct, but when the purchase is made, the relevant membership cannot be found, giving the error ‘The item you were attempting to purchase could not be found’. This error happened after commit ‘a54b2af8f976b0a3bb26dd966d1eac1523c5af9d’. I have not made any version changes

Additional context

Add any other context about the problem here.

@mertyildirimdev mertyildirimdev added the bug Something isn't working label Aug 25, 2024
@RCGitBot
Copy link
Contributor

👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!

@mshmoustafa
Copy link
Contributor

Hi @mertyildirimdev,
The item you were attempting to purchase could not be found sounds like an error in the store. Can you share the following info?

  1. Flutter doctor output
  2. What version of the SDK are you using?
  3. What version of the SDK used to work for you?
  4. What device and OS version are you testing with?
  5. Can you share the debug logs?

@mertyildirimdev
Copy link
Author

mertyildirimdev commented Aug 29, 2024

Hi @mshmoustafa

No I don't think so. Because it was working at least 3 months and I didn't change anything

@mshmoustafa
Copy link
Contributor

Hi @mertyildirimdev,
That error doesn't actually come from RevenueCat, it comes from Google. Basically Google is saying that the purchase couldn't be completed for some reason (because the item could not be found.) It is interesting that it used to work but now it doesn't, so the issue may be related to the test device or account rather than some configuration in RevenueCat or Google Play Console. Does your device have Google Play Services installed? And are you testing on emulator or a real device?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants