[TIMOB-26687] iOS: URL-handling does not work if the app is booted from cold-start
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-01-07T11:04:42.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 8.0.0 |
Components | iOS |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Vijay Singh |
Created | 2019-01-02T19:19:18.000+0000 |
Updated | 2019-01-07T14:07:45.000+0000 |
Description
We are using the "iOS document types" concept to handle specific file extensions in our app, using plist-configs and the
Ti.App.iOS
event handleurl
. This works *great*, but it does not work so great when the app was not booted before. A quick peek identified the issue to be because the core did not finish booting before attempting to fire the event, which is because someone (actually, me back then :-) forgot to wrap the notification into a boot-check block. A fix is coming.
PR - https://github.com/appcelerator/titanium_mobile/pull/10565
Closing ticket, fix verified in SDK Version
8.0.0.v20190107030906
Test and other information can be found at: https://github.com/appcelerator/titanium_mobile/pull/10565