Hacker News new | ask | show | jobs
by xsmasher 3261 days ago
Users redeem codes from inside the App Store app on their phone.

You can generate codes to give you app away for free, or to grant a free in-app purchase, but that is all. There's no callbacks from the app store to your app to intercept.

Possibly you could do what you want with QR codes and launch URLs, or by doing camera+OCR stuff yourself inside your app.

2 comments

It's also likely a copyright violation to use that font file without permission.

Typefaces have never been copyrightable in the US, but digital fonts implementing a typeface have been since the early 90s.

This all sounds like it was done without duplicating the font itself (aside from installing it, which does make a copy in one of the Library/Fonts folders, but afaik that isn't been considered duplication for copyright purposes). And it could be done easily enough without even making that copy (a symlink would likely do it).
RedLaser had an barcode and QR code OCR framework you could license a while ago. Don't know if it still exists.