Tagged Questions
0
votes
1answer
29 views
Google Play In-App Billing Security
Here is part of Security and Design section of In-App Billing on Google's site:
Perform signature verification tasks on a server
If practical, you should perform signature verification on a ...
0
votes
2answers
45 views
Securely store in app purchase data locally
I'm currently working on an ios application that includes in app purchases.
At the moment i store the purchased product identifiers in a file in the Documents folder.
i assumed that that directory ...
-1
votes
0answers
45 views
Is in-app purchase cached locally on Android device? [closed]
I'm developing Android application which uses in-app billing. Each time application starts, I check for purchased items with queryInventoryAsync function. But when application queries Google Play for ...
0
votes
2answers
141 views
Validating iOS in-app-purchases using my own server
I want to validate iOS in-app-purchases using my own server. The iOS app will talk to my server which in turn will talk to Apple's server to determine if the IAP is valid. I'm fairly new to networking ...
0
votes
0answers
89 views
Why should the nonce for Android in-app billing generated on the server?
http://developer.android.com/google/play/billing/billing_best_practices.html
As the best practices documentation suggests, I want my server to perform signature verification tasks for in-app billing. ...
0
votes
0answers
30 views
android - Is merchant order number always same?
I'm building an android application that have an google play in-app purchase feature but I want to add some security in the server side to prevent hacker to generate random order number and sent it to ...
8
votes
1answer
568 views
What to use as the developer payload in Google In-App Billing APIs?
The training class for Selling In-app Products in Android suggests to use a payload when making a purchase request:
The fifth argument contains a ‘developer payload’ string that you can use to ...
0
votes
1answer
88 views
Securely store In-App Purchases
I'm implementing In-App Purchase in my application but I have a problem I could not solve.
For the implentation I read several tutorials, but all of these use the same system to save if you have ...
1
vote
1answer
406 views
Apple In-App-Purchase receipt verification
A client application successfully performs an in-app-purchase and receives a receipt from iTunes. The client then sends this receipt to the server, which verifies it with Apple and, if successful, ...
1
vote
2answers
128 views
How to best save InApp purchase status locally?
I'm on the edge of finishing my first app, and one last remaining thing is to implement IAP billing, so that's why I am currently reading quite a lot about the topic (including security concerns like ...
3
votes
1answer
80 views
Proguarding Android Apps - how essential is it (esp in relation to In-App Payments)
I realise this is a loaded question but I'm hoping someone with a deeper understanding of obfuscation and public key security etc. will be able to help - and the issues are wider than just Apps with ...
3
votes
1answer
302 views
In-App Billing v3 reliability flaw
First, thanks Google for new IAB API which seems to be much easier in use comparison to previous one. Also new example is a great leap forward comparison to old one, so far only one crash at ...
0
votes
0answers
299 views
Android in-app billing: securing purchase token
I am implementing subscription in my android app. Assume that my service name is FOO. People login to FOO with a FOO username and they can subscribe to some premium FOO services.
The purchaseToken I ...
0
votes
0answers
140 views
IAP receipt validation “Fallback” check
I am implementing a receipt validation with my server in my App. 98% of the time the server response well but sometimes I have a server error that it is not connected to the receipt validation ...
1
vote
1answer
516 views
Consistent secure Google Play in-app purchase scenario with own web server
I've read several times all the docs in the Android Developer Guide
and became familiar with nice Google presentation Evading Pirates and Stopping Vampires
Finally I tried to implement in-app billing ...
1
vote
1answer
242 views
How to store subscription data for Android in-app billing?
I'm trying to implement in-app billing, where the only thing my app sells is a monthly subscription. I've gone pretty much copied the Dungeons example that Android provides and it works, but it seems ...
1
vote
3answers
710 views
When should i validate in-app purchase transaction receipt?
I mean, should my steps be?
1) Get SKPaymentTransactionStatePurchased
2) Remove it from SKPaymentQueue and provide the content by [[SKPaymentQueue defaultQueue] finishTransaction: ...
4
votes
1answer
154 views
What are my options for implementing a virtual credits system for a Mac app?
I'm building an app which I intend to distribute through the Mac App Store. I will use in-app purchases to allow users to buy "credits" which they can consume in the app. I will use Apple's IAP APIs ...
0
votes
3answers
56 views
Securely delivering important in game content on start up
Okay, here is the deal:
User's can buy 'gold' inside of the app with in-app billing. In order to make sure nobody cheats the system, I don't want to store the amount of gold a person has on phone. ...
7
votes
1answer
1k views
Android in-app billing verification
If I offload verification to a remote server, I think the process will be something like:
Android Market Application Remote Server
|--------IN_APP_NOTIFY------->| ...
2
votes
2answers
4k views
Verifying In App Purchase Receipt from Client
I read (almost) all the answers on verifying in-app purchase, and actually I already implement it in a server-side fashion. But managing a server sometimes could be too much expensive, and in theory ...
2
votes
4answers
472 views
How to develop a payment verification for in-app purchase?
I have developed an iPhone application that was rejected. With this application I offer an SMS transmission service. On my website each user has an account and he can buy credits on the website to be ...
2
votes
2answers
166 views
Securely downloading In-app purchases?
I successfully verify in-app purchases from the apple store, and then my app downloads the content from my server. The problem is if a user sniffs the outgoing url request, they will have access to ...
22
votes
1answer
2k views
In-App Billing Security and Design questions
I have a few questions connected to Android In-App Billing:
Is it possible to make a purchase from non-Market app? I understand that it would be a vulnerability, but I have no opportunity to find ...
7
votes
1answer
424 views
InApp Billing Security and Remote Method Invocation
I've implemented in app billing in an app, and now I want to secure it a little more.
Reading the developer material it states:
In addition to running an obfuscation program, we recommend that you ...
3
votes
1answer
391 views
Has Apple fixed the security issues with in-app purchase receipt validation?
I am referring to the issues described in this discussion.
From reading that discussion, it appears at the time it was not possible to securely allow a user to use an IAP product on multiple ...
11
votes
3answers
1k views
Correct and secure manner of storing in-app-purchases
What is the best way to store an in-app-purchase on the device,
so that the purchases can also be accessed offline but,
the security off the purchases are not compromised?
2
votes
2answers
176 views
Force user to log in when making an in app purchase on iphone
There are many reports of children being able to make in app purchases due to the fact that there is a 15 minute window of opportunity after logging into itunes where a user does not have to log into ...
0
votes
1answer
445 views
security in in-app-purchase iphone
I used in-app-purchase in my application. i am purchasing books from in-app-purchase. after successfully payment i am downloading books from my server. but i am thinking about the security. because if ...
0
votes
2answers
352 views
In App Purchase Resources Security
Hi I am setting up in app purchase where user can buy different Sounds. Once bought, he can play those sounds in the App. The Sound files are all present in my Resources Folder and I just keep a ...
