1

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?

Jim Pach
  • 11
  • 1

1 Answers1

0

That's correct. All iOS extensions must be triggered by the user.

bgilham
  • 5,909
  • 1
  • 24
  • 39