Nokia Store Payment Notification
Hi,
I'm wondering how a publisher can be notified about every payment for his application in Nokia Store. My problem is that for every payment I want to create something like license in my back-end database. So if user buys my application I want to be somehow notified and create unique license for him in my DB.
This can be achieved in Android Market with no problem - Google Checkout sends notification XML to publisher for every payment.
Is this possible in Nokia Store?
Thanks
Re: Nokia Store Payment Notification
Well, the first thought is to use IAP. User downloads your app for free (some trial may be), and then buys license through IAP, your server can verify purchase via PTV API.
Re: Nokia Store Payment Notification
Thanks for reply.
Yes, using PTV API can solve this. But IAP is used in model TryAndBuy. But what about model BuyAndDownload? Is it possible to verify purchase in this case? Does Nokia Store have any kind of web service for purchase verification (no IAP) ?
Thanks
Re: Nokia Store Payment Notification
[QUOTE=coosha;886227]Is this possible in Nokia Store?[/QUOTE]No, it is not (yet?). Up to IAP you could not do anything with your customers, any kind of custom licensing scheme was impossible. Criticism about these details has a long history on these boards, coupled with criticism about content protection (the lack of it). IAP is already a miraculous thing in comparison to the past.