Legoless / Alpha

Next generation debugging framework for iOS
https://github.com/Legoless/Alpha
MIT License
731 stars 45 forks source link

Registration for push notifications is not logged #11

Closed Legoless closed 9 years ago

Legoless commented 9 years ago

Due to notification for app launching being sent after the method call, registration for pushes is performed before Alpha can hook onto the delegate. Need alternate method of hooking onto (swizzling setDelegate method of UIApplication could work).