Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19429] Allow Module to Modify App Delegate

GitHub Issuen/a
TypeNew Feature
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsios
ReporterJoe Beuckman
AssigneeUnknown
Created2014-07-24T21:03:42.000+0000
Updated2018-02-28T19:55:22.000+0000

Description

There have been times when I was blocked because I could not modify the App Delegate in TiApp.h/TiApp.m in order to implement or augment delegate methods. Most recently, I am blocked from handling iBeacon region status events when the app is not running. It seems to be possible for iOS to invoke a non-running app only if the CLLocationManagerDelegate is the AppDelegate. http://stackoverflow.com/a/22515773/693279

Comments

  1. James Sugrue 2014-07-25

    It would be awesome if this could be included in the next version of Titanium.
  2. Joe Finnigan 2014-07-27

    +1 for this feature support! This is the only thing holding back titanium on having full iBeacon support.
  3. Joe Beuckman 2014-07-28

    NOTE: This capability would still be very useful. I made a kludge to get iBeacon events when the app isn't running: https://github.com/jbeuckm/TiBeacons

JSON Source