I want to add an In App Purchase functionality to my iOS app (for the first time) where i can enable users to download more content - a set of images.
I have already read many articles, but as long as i understand how to manage IAP, i'm not clear how do i access downloaded content? Do i just use that files as they were a standard resources like
[UIImage imageNamed:@"xyz.jpg"];
or i need to manage them other way? What's the best practice for that purposes?