Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Adobe AIR Development

Reply
New Developer
cheekdotcom
Posts: 18
Registered: ‎04-21-2011
My Carrier: none

Re: In App Purchases Playbook

Please use plain text.
Developer
vaiomike
Posts: 57
Registered: ‎01-08-2011
My Carrier: None

Re: In App Purchases Playbook

thanks - that should help to get me started!

---


Playbook app: Fuel Dashboard

Please use plain text.
Contributor
banzai76
Posts: 28
Registered: ‎02-18-2011

Re: In App Purchases Playbook

@cheekdotcom

 

Do you mind if I ask how you know what items a user has already bought?

 

Do you call getExistingPurchases() every time the app is started, or are you storing a list somewhere of what they have bought? Or a combination of both?

 

thanks!

Please use plain text.
New Developer
hussulinux
Posts: 13
Registered: ‎09-10-2008

Re: In App Purchases Playbook

I suggest if new install(First time install) then call existingpurchase.

 

If not then store the list in local storage somewhere.

Please use plain text.
New Developer
cheekdotcom
Posts: 18
Registered: ‎04-21-2011
My Carrier: none

Re: In App Purchases Playbook

[ Edited ]

i don't check what they have purchased on the playbook.  my app communicates via the 'net to a set of servers and those track the purchases.

Please use plain text.
Contributor
banzai76
Posts: 28
Registered: ‎02-18-2011

Re: In App Purchases Playbook

Thanks, but what if they're offline? Or is your App only ever used online?

Please use plain text.
New Developer
cheekdotcom
Posts: 18
Registered: ‎04-21-2011
My Carrier: none

Re: In App Purchases Playbook

yes - mine is only online, so i've never worried about that contingency.  if they're offline, they can't get into the app at all.

Please use plain text.