I don't get it, how smart receipt work and how to implement in android app. if i want to generate qr code from my app and that should be print on receipt then how to implement this?
Did you read this? https://docs.clover.com/build/smart-r...
Smart Receipts allow you to add text and a URL to the bottom of a receipt. The URL, if present, is encoded in a QR code.
I don't know what the "smart coupon app" is. If you are referring to the Receipt Registration mechanism, here's a post about it that might help: http://devask.clover.com/question/1/h...
The problem I am having with smart receipt is that it takes the url and encodes it into a QR code. A QR code can encode any kind of information and does not always have to be the a URL. What if I have a specific identifier that I want to encode in a QR code and then print that QR code on the smart receipt.
Can you please provide a sample of doing just that - where QR code printed on a smart receipt does not represent a URL but rather some other piece of application specific information.
3 People are following this question.