Iām learning how to add receipt verification in my app for my iOS / OSX projects.
There is a good review here, and WWDC14 has good videos on this topic.
Lots of code examples, but each skips one step. How to import openSSL header. The fast compiler complains that there is no such module.
import Foundation import StoreKit import openssl //no such module ???
I am already stuck before writing one line of code. Where is the openssl frame hiding?
source share