Vending: Fix Purchase API issues#3242
Conversation
DaVinci9196
commented
Jan 22, 2026
- Added a missing checkIn parameter and fixed the missing content returned by the vending detail API.
- Added deviceConfig API and fixed the issue of the purchase API returning a 400 error.
|
@DaVinci9196 Am I correct that it will resolve issues with in-app purchases? I have issues with FaceApp - it wont get licence from Play Store (Huawei Device) Android 15 Lineage OS + Gapps
|
|
@beastdrc This fixes a problem with the automatic database entry function and is unrelated to IAP. The issue of IAP failing to launch is addressed in another PR. |
|
@DaVinci9196 Thanks could you please give a link or mention me in PR you talking about |
|
|
@mar-v-in |
|
@ale5000-git This function is only invoked when licensing and auto purchase option are enabled. It remains disabled by default and also only uploads configuration data that is already part of device registration anyway. |
|
@mar-v-in |