I am trying to make an app that allows you to essentially change the default browser in iOS 8. I want it to have an action extension that runs when a page loads. When run, it should redirect the user to, for instance, "googlechrome://" and then their current page.
So far, I've created an action extension without a user interface. I know that on Mac OS X a Safari extension can be triggered by certain events. However, it seems as if on iOS it has to manually triggered. Is that right?