iSECPartners/Introspy-iOS

Hook UIApplicationDelegate methods

thirstscolr opened this issue · 2 comments

In order to track calls to custom URL schemes registered by an application we need to hook

  • application:openURL:sourceApplication:annotation:
  • application:handleOpenURL: (if the previous is not implemented this will be called)

Actually I need to write tests for that.

writing the test cases