I am wanting to have an In-App Purchase
that allows my users to import files from emails and other apps. To do this, I need to add the Exported Type UTI
key to my .plist file.
Problem is, I don't want to do this until the user has made the In-App Purchase
. Once they do, then I want to allow this feature.
Is it possible to add the Exported Type UTI
to my .plist programmatically? Or is there another preferred way to offer this functionality using In-App Purchasing
?