Hello dear C3 community,
I have some issues making my IAP work. Therefore I'm doing a lot of tests trying to figure out some questions I have. I would be so happy if anybody could help me with those:
Question 1:
Since it is important to add the IAPs product ID and then "complete product registration" on start of layout - I did so. Now I want to trigger events once this is finished. Is "On store registration success" not the event that fires once "complete product registration" ? (The one being "product-" the other "store registration")
The documentation seems a bit slim on its Mobile IAP page.
I don't understand the whole sequence of Mobile IAP as well.
Question 2:
It seems like "has product" (inverted) is always true at the beginning - aka. does not have product.
"Has product" triggers some time afterwards, if true. But it seems not to be "on store registration success"
My goal...
... is simply to have two possible outcomes of my intro screen.
1. Sign into Google Play Services
2. Setup IAPs using add product ID and Complete product registration
3. Once all this is finished: check if user has product or hasn't
4. Depending on has or hasn't either show freemium pop-up or let the user straight to the main app.
I can't make this work :D
Something like this:
I'ld appreciate any tip, help or advice :)
Have a great weekend!
Chris
PS: Question 3:
(Why) do I actually need the whole Sign in GooglePlay and request player details stuff? Since this is an Android Native Project, aren't the users signed into Google Play anyway? Or is this Google Play sign in this additional Google Play SERVICES thing not the regular Google Play Account sign in?