[TIMOB-5884] iOS: Add support for adding custom URL schemes to Info.plist
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-08-22T17:56:29.000+0000 |
Affected Version/s | Release 1.8.0 |
Fix Version/s | Release 3.0.0 |
Components | iOS |
Labels | n/a |
Reporter | Ruben Fonseca |
Assignee | Ingo Muschenetz |
Created | 2011-10-26T09:22:05.000+0000 |
Updated | 2017-03-21T18:28:17.000+0000 |
Description
On some of my projects, I needed to add additional URL schemes to my iOS applications. Right now that involves manually editing the build/iphone/Info.plist file.
With this change I can just make a new property on tiapp.xml and it automatically adds the custom url scheme on the next build.
Github push request [https://github.com/appcelerator/titanium_mobile/pull/591]
We've had support for this since Titanium SDK 3.0.0. You can simply specify any custom URL schemes in the tiapp.xml like this:
Source: http://fokkezb.nl/2013/08/26/url-schemes-for-ios-and-android-1/
Don't resolve as done please. Resolve it as fixed in 3.0.0 then
Closing ticket as fixed.