0

I Have two Apps and one call the other App using UIApplication.shared.openURL

In second app there is a button in status bar to back to previous app. There is some function to back to previous application without pressing this button in status bar?

Image example. This button.

enter image description here

Dansp
  • 1,378
  • 2
  • 14
  • 36

1 Answers1

0

You might try seeing what happens if your second app does an openURL back to your first app. Does iOS really nest back and forth or does it simply remove the "Back to " button? Worth a try!

Smartcat
  • 2,834
  • 1
  • 13
  • 25
  • I put openURL and it's back to the previous app. How can I remove back button in the first app? – Dansp Aug 13 '17 at 02:16
  • Once back in your first app, try having the first app forward to itself with another openURL. Just speculating here... otherwise, am out of ideas. – Smartcat Aug 13 '17 at 02:37