I was going through the solar2d docs for Google IAP Billing v2 and noticed something that honestly confused me for a bit.
There’s this “Gotcha” line that shows up in both store.purchase() and purchaseSubscription():
“This call does not work for subscription purchases.”
Now, in store.purchase() that makes total sense. But the same line also appears in the purchaseSubscription() page… which is weird, because that function is literally for subscriptions ![]()
At first I thought I was misunderstanding something, like maybe I was using the wrong function or missing some detail, but it seems more like the note was just copied over and doesn’t really apply there.
I think what it means is basically “don’t use store.purchase() for subscriptions, use purchaseSubscription() instead”, but the way it’s written (and duplicated) makes it kind of misleading.
Just posting in case anyone else got confused by this, or if it can be clarified in the docs.