How to switch between apps in ios

I need to work on below scenario : For ios

  1. Launch my application using appium
  2. There is one link in my application
  3. After clicking on that link it opens safari browser
  4. I need to verify that same link gets open in safari browser
  5. I am able to switch in android but how to do this in ios

Thanks in Advance!!