Questions tagged [receipt]

For any receipt related questions, digital or other forms.

283 questions
164
votes
13 answers

Add space between HTML elements only using CSS

I have several same HTML elements going one after another: 1 2 3 I'm looking for the best way of adding space between the elements using CSS only [no space] [1] [space 10px] [2] [space 10px] [3] [no…
Dan
  • 55,715
  • 40
  • 116
  • 154
42
votes
5 answers

Stripe receipt url

From the Stripe dashboard I can view a receipt (click preview link in invoice details). The receipt is then shown inside a popup but there is a permalink in it, so it can be viewed as a separate page. The URL of an emailed receipt looks like…
jbelis
  • 575
  • 2
  • 6
  • 16
25
votes
4 answers

iOS test App Receipt Validation

There is a lot of example about how to test in-app purchase receipt validation by using a sandbox tester account. But how is the Receipt for the paid App itself? How can we get the App Receipt in development environment? There is two thing I want…
King Chan
  • 4,212
  • 10
  • 46
  • 78
23
votes
2 answers

Tesseract receipt scanning advice needed

I have struggled off and on again with Tesseract for various OCR projects and I found a use case today which I thought would be a slam dunk for it but after many hours I am still coming away unsatisfied. I wanted to pose the problem here and see…
Jim Sanders
  • 521
  • 1
  • 4
  • 10
21
votes
5 answers

iOS 7 Local (on device) Receipt Validation and In-App Purchases Check

I have implemented receipt validation locally on the device using OpenSSL and the asn1c compiler with help from Apple's Receipt Validation Programming Guide. My app only supports iOS 7 and up. As recommended by Apple I call, [[NSBundle mainBundle]…
Anuj Seth
  • 673
  • 6
  • 15
21
votes
4 answers

POS Application Development - Receipt Printing

I've been building a POS application for a restaurant/bar. The design part is done and for the past month I've been coding it. Everything works fine except now I need to print. I have to print to a receipt printer connected to the computer running…
Nuno
  • 311
  • 1
  • 3
  • 11
15
votes
1 answer

Server side receipt validation for non-consumable products in iOS7 and transactionReceipt deprecation

I'm porting a working application from previous iOS's and am having trouble with the new in app purchase receipts. The way we work now is to take the transactionReceipt property from the SKPaymentTransaction object and send it to the server for…
gillyD
  • 707
  • 5
  • 14
13
votes
1 answer

Detecting user canceling SKReceiptRefreshRequest to sign in

When we need to refresh an iOS7 receipt, the appropriate way to do that is to use SKReceiptRefreshRequest. This brings up an Apple dialog for the user to sign in using their Apple ID. It also allows them to Cancel. How can we detect if the user…
Chris Prince
  • 7,288
  • 2
  • 48
  • 66
11
votes
1 answer

Backend iOS iap receipt validation without /verifyReceipt request

I want to validate iOS in-app purchase receipts in my backend code. Apple's design decision to do this using an external /verifyReceipt request is plain down stupid: it incurs latency and adds complexity of network error handling. Even more so, the…
Emiel Mols
  • 436
  • 4
  • 12
9
votes
1 answer

Sending In-App Purchase receipt data to my server

I'm implementing receipt validation server side for In-App Purchases, as described by the Receipt Validation Programming guide. Whenever I try to encode to Base64 the receipt and send it to my server, I get an error from Apple. But if I manually…
dornad
  • 1,274
  • 3
  • 17
  • 36
7
votes
2 answers

Mac App Store receipt validation, for testing: I never get a receipt

I've been fighting my way through receipt validation using Apple's code and a few guides on the internet. At this point, I've managed to sign the code, and start to validate to validate the receipt. At this point, it would be helpful to see this…
leecbaker
  • 3,611
  • 2
  • 35
  • 51
7
votes
0 answers

iOS app via testflight returns SSErrorDomain error 100 during receipt refresh

I installed my app on a friends iPad via Testflight. The installation was OK and even updates got forwarded properly. Today he started the app the first time. I check if the receipt of the app is correct as a pre-condition for a later In App…
Soko
  • 774
  • 1
  • 7
  • 20
7
votes
4 answers

Cocoa Receipt Verification testing under Mavericks - issue

Everything was working perfectly under Mountain Lion. Mavericks, not so much. The issue: I'm unable to carry out any receipt verification testing under Mavericks. I'm using Receigen (Mac App Store/MAS) to generate both startup and in-app purchase…
kupsand
  • 139
  • 2
  • 12
6
votes
1 answer

iOS in-app purchase receipt not returning an original_purchase_date for a redownload

I am trying to use the iOS store receipt to tell the difference between a purchase and a redownload, based on the original_purchase_date and/or original_transaction_id . Regardless of whether a transaction is a new purchase or a redownload, the…
user1225584
  • 61
  • 1
  • 2
6
votes
0 answers

How to print receipts on BLE Thermal Printers for a Xamarin Forms mobile app?

I am totally new to the bluetooth world and I am current using Xamarin Forms framework to build an app which providing the feature of receipt printing on BLE printer (Currently using Mustek MK380 Thermal Printer as test device). I am using this…
1
2 3
18 19