Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-26687] iOS: URL-handling does not work if the app is booted from cold-start

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2019-01-07T11:04:42.000+0000
Affected Version/sn/a
Fix Version/sRelease 8.0.0
ComponentsiOS
Labelsn/a
ReporterHans Knöchel
AssigneeVijay Singh
Created2019-01-02T19:19:18.000+0000
Updated2019-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.

Comments

  1. Vijay Singh 2019-01-07

    PR - https://github.com/appcelerator/titanium_mobile/pull/10565
  2. Samir Mohammed 2019-01-07

    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

JSON Source