For any receipt related questions, digital or other forms.
Questions tagged [receipt]
283 questions
2
votes
0 answers
iOS IAP get newest receipt only?
Is there a way to parse only the latest/newest receipt for receipt validation (In App Purchase)? Parsing them all doesn't make much sense to me.

Tristan G
- 1,720
- 2
- 13
- 22
2
votes
1 answer
Getting receipt from current in-app purchase after successful validation?
I need help with parsing the Apple receipt verification response (sandbox). So user makes the in-app purchase with the iPhone app, and sends me the receipt, which I validate using Apple Services () by PHP. The validation is okay, I get a response,…

Adrian
- 1,499
- 3
- 19
- 26
2
votes
1 answer
How to automate a donation receipt system
I volunteer for a nonprofit which accepts donations via Paypal. My job is to log into the Paypal account, note down the particulars about a donation (name, date,amount, etc), populate those fields in a template receipt stored in Google drive,…

Soham Ghosh
- 23
- 3
2
votes
1 answer
Pulling Data from a POS Receipt Printer after transaction?
I am working on a project for manipulating receipt data from a POS system and I was hoping you could point me in the right direction.
I am new to working with a POS system and basically I am trying to figure out how to collect receipt data before…

DonJunior
- 43
- 1
- 8
2
votes
2 answers
Itunes iap receipt validation locally in python.
I am new to OpenSSL and I am trying to validate Itunes IAP receipts locally in python.
The Receipt Validation Programming Guide (https://developer.apple.com/library/ios/releasenotes/General/ValidateAppStoreReceipt/Chapters/ValidateLocally.html)…

user3652928
- 21
- 3
2
votes
0 answers
iOS In App Purchase receipt Production or sandbox environment?
REVIEW MESSAGE FROM APPLE
"We found that your app has incorrectly implemented receipt validation, so it does not properly distinguish between the review (sandbox) environment and the production environment. This is resulting in a validation query to…

Ravindhiran
- 5,304
- 9
- 50
- 82
2
votes
1 answer
How to prevent compromising in-app purchase receipt?
After successful purchase I save receipt+transactionID into NSUserDefaults. Same information is sent to server to keep a record.
Later(on demand) when user want to download content from my own server, my app will send receipt+transactionID to…

Pablo
- 28,133
- 34
- 125
- 215
2
votes
0 answers
Using RMStore library to get originalAppVersion
I have an iOS 7 only product and I want to read the App Store Receipt and check the original app purchase date. I've been using the RMStore library (https://github.com/robotmedia/RMStore) to read the app receipt and return that information, like…

JohnnyC
- 359
- 2
- 9
2
votes
2 answers
Is it possible to connect thermal receipt printer to Google Open print?
I am looking at connecting a thermal receipt printer to Google Open Print, is this possible? and if so are you aware of any thermal printers that I can purchase?
The reason for the above is that I have a takeaway shop with an online store. When an…

JohnThomas
- 273
- 1
- 2
- 10
2
votes
1 answer
If you try to validate the same iTunes IAP receipt twice, will the second time fail?
I have a question about Apple's Receipt Validation service (as described here): https://developer.apple.com/library/ios/releasenotes/General/ValidateAppStoreReceipt/Chapters/ValidateRemotely.html#//apple_ref/doc/uid/TP40010573-CH104-SW1
My question…

Zachary Drake
- 1,356
- 1
- 8
- 12
2
votes
2 answers
Apple receipt validation for iOS7. Add libcrypto.a and libssl.a libraries to XCode project
I need to validate in-app purchase receipts. Apple has released a new approach for receipts, now the receipts can be stored on device in NSBundle. It requires OpenSSL and ASN1 be added to XCode project in order to encode and validate the receipts. I…

SubMarina
- 33
- 4
2
votes
1 answer
Server validation In app purchase receipt of OSX app
I am working on In app Purchase validate on OSX app and get some problem~
My request code like this:
NSData* data = [NSData dataWithContentsOfURL:[[NSBundle mainBundle] appStoreReceiptURL]];
NSString* base64Str = [data…

Achilles Wang
- 21
- 4
2
votes
1 answer
Need of Receipt Validation with Hosted Content
Simply put, if I am only supporting iOS 6, is there a need for receipt validation from a separate server if the product must download hosted content from Apple's servers?

Sonic 4305
- 147
- 1
- 2
- 8
2
votes
2 answers
Java - Printing to a receipt printer
I need to print a few lines to a receipt printer (Star TSP100). I can write the text to a file and use this line to print:
Desktop.getDesktop().print(new File("test.txt"));
The problem is that the text size when I do this is very tiny. Since the…

James Harpe
- 4,315
- 8
- 47
- 74
2
votes
2 answers
POS Receipt Printing From Rails App to Star Micronics TSP 143U
Ok, this is starting to seem like a bit of a hopeless situation so I might as well throw a question out there to see if I can get lucky. I have a star micronics TSP 143U receipt printer connected to a Lantronix xPrintServer Home Edition to enable…

VictorO
- 147
- 2
- 8