Custom URL Schema and UTI
- by user573259
I define a Custom URL Schema for my iPhone App
http://iphonedevelopertips.com/cocoa/lau…url-scheme.html
or a custom UTI (Uniform type identifier)
developer.apple.com/library/ios/#documentation/FileManagement/Conceptual/understanding_utis/understand_utis_declare/understand_utis_declare.html%23//apple_ref/doc/uid/TP40001319-CH204-SW1
-- Where is this information stored on the iphone?
(I do not mean the Info.plist of the app - here must be a central file for such settings like keychain-2.db for passes and stuff)
I got some very confusing behavior of an app that was compiled installed with different settings in the Info.plist for the file type (UTI) association and I would like to check if there is some trash (old settings) left from previous versions.
Regards, Frood