Skip to content

Fix the issue requiring a security verification flow for in-app subscriptions#3507

Open
DaVinci9196 wants to merge 1 commit into
microg:masterfrom
DaVinci9196:iap_security_certification
Open

Fix the issue requiring a security verification flow for in-app subscriptions#3507
DaVinci9196 wants to merge 1 commit into
microg:masterfrom
DaVinci9196:iap_security_certification

Conversation

@DaVinci9196

Copy link
Copy Markdown
Contributor

Fix the issue where in-app subscriptions require going through a security authentication page (e.g., YouTube in some European regions)

@mar-v-in mar-v-in added this to the 0.3.16 milestone May 29, 2026
@mar-v-in mar-v-in added the 💰 Billing In App Billing and other purchases related APIs label May 29, 2026
@mar-v-in

mar-v-in commented Jun 8, 2026

Copy link
Copy Markdown
Member

Can we do this without changing gradle and wire versions?

@DaVinci9196

Copy link
Copy Markdown
Contributor Author

Can we do this without changing gradle and wire versions?

No. Older versions of Wire have a bug where Wire fails to parse protobuf data when there are very large field numbers (e.g., 268435456). Some of the field numbers defined in our proto files exceed this value, which causes the data to fail to parse. However, newer versions of Wire have fixed this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💰 Billing In App Billing and other purchases related APIs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants