Hello,
I have two apps which have some communication by URL schemes. With iOS9, when you open a new URL appears a new button "back" in upper left corner of the opening app but that behaviour does not have sense in this kind of apps. I would like to remove or hide it, Does anyone know how can I handle it? Is there a new API to do it?
I have thought that It could be a good idea hide the status bar using UIStatusBarHidden --> true and UIViewControllerBasedStatusBarAppearance --> false in the plist file but I don't know if it is the best approach.
Thank you,
Regards.