Skip to content
Discussion options

You must be logged in to vote

@simmotde To add to the above - I confirmed this in the codebase:

From src/types.ts:

/** Offer ID */
offerId?: (string | null);

The type is intentionally optional (?) because Google Play's base price doesn't have an offer ID - only promotional/discounted offers do.

TL;DR: Yes, this is expected. Base price = no offerId, discounted price = has offerId.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by hyochan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
❓ question Further information is requested
2 participants