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

[in_app_purchase] users don't get the trial period offer after upgrading to a new version #148672

Closed
mikron123 opened this issue May 20, 2024 · 8 comments
Labels
r: duplicate Issue is closed as a duplicate of an existing issue

Comments

@mikron123
Copy link

mikron123 commented May 20, 2024

Steps to reproduce

On Android, the subscription process is charging the users instead of offering the only offer (3 days free trial) like it used to be.

I didn't find any documentation or a hint in the change logs, is it a bug or a syntax change?

Expected results

Subscription offer has to be offered immediately

Actual results

on purchase, the user is being charged without suggesting the offer.

@top2429

This comment was marked as off-topic.

@darshankawar darshankawar added the in triage Presently being triaged by the triage team label May 21, 2024
@darshankawar
Copy link
Member

@top2429 Please don't mix issues. File a new issue with all requested details so that we can track and address it properly.

@darshankawar
Copy link
Member

@mikron123
Can you provide flutter doctor -v, previous plugin in which it worked as usual and the version you upgraded to in which you are seeing the reported error ? Also, please provide us reproducible code sample.

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 21, 2024
@mikron123
Copy link
Author

mikron123 commented May 21, 2024

@mikron123 Can you provide flutter doctor -v, previous plugin in which it worked as usual and the version you upgraded to in which you are seeing the reported error ? Also, please provide us reproducible code sample.

I do not see any error, that's the thing. It just doesn't offer the 3 days trial, and the subscription on the Google Play Console hasn't changed at all. As well as the in app purchase code on my end: _connection.buyNonConsumable(purchaseParam: purchaseParam);

I upgraded from version 3.0.8 to 3.1.13

EDIT: I just checked it going back to 3.0.8 - it shows the offer in the IAP dialog, 3.1.13 doesn't. Is it a known issue which was fixed later on?

EDIT 2: 3.2.0 (latest) gives the same result - no trial offer indication. Has the API changed?

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 21, 2024
@mikron123
Copy link
Author

mikron123 commented May 21, 2024

To narrow it down - version 3.1.5 offers the trial, >= 3.1.6 ignores the trial offer. Is there a code syntax made to select the offer alongside the purchase? The example doesn't reflect it, nor does the purchase code.

@darshankawar
Copy link
Member

Can you upgrade to latest version and re-run your scenario to check if it persists still or not ? There have been few updates for Android as I see from changelog.

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 22, 2024
@mikron123
Copy link
Author

Can you upgrade to latest version and re-run your scenario to check if it persists still or not ? There have been few updates for Android as I see from changelog.

Version 3.2.0 - Same result. As said, I went over all the versions in between, simply changing the version and then running - it started on 3.1.6

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 22, 2024
@darshankawar
Copy link
Member

This seems to be similar to #143514 in which you have already commented, so I suggest you to follow-up in it for further updates. Closing this as a duplicate. If you disagree, write in comments and I'll reopen it.

@darshankawar darshankawar closed this as not planned Won't fix, can't repro, duplicate, stale May 23, 2024
@darshankawar darshankawar added r: duplicate Issue is closed as a duplicate of an existing issue and removed in triage Presently being triaged by the triage team labels May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
r: duplicate Issue is closed as a duplicate of an existing issue
Projects
None yet
Development

No branches or pull requests

3 participants