[TIMOB-19429] Allow Module to Modify App Delegate
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | ios |
Reporter | Joe Beuckman |
Assignee | Unknown |
Created | 2014-07-24T21:03:42.000+0000 |
Updated | 2018-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
It would be awesome if this could be included in the next version of Titanium.
+1 for this feature support! This is the only thing holding back titanium on having full iBeacon support.
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