March 2014
Intermediate to advanced
672 pages
40h 11m
English
To declare your URL scheme, edit the URL Types section of the Target > Info editor (see Figure 11-10) and list the URL schemes you will use. The Info.plist section created by this declaration looks like this:
<key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleURLName</key> <string>com.sadun.urlSchemeDemonstration</string> <key>CFBundleURLSchemes</key> <array> <string>xyz</string> </array> </dict> </array>
Figure 11-10 Add custom URL schemes in the URL Types section of the Target > Info editor.
The CFBundleURLTypes entry consists ...
Read now
Unlock full access