I am using custom url scheme to open sms,mail and call apps, on call when user press cancel button,caller app dismisses and my app appears on the screen , but in sms and mail app if user press cancel button it is navigating in the same app. it means that in message app if user press cancel it stays on message app, i want user to get back on my app. i know it can be done because i have seen this thing in whatsapp.
Asked
Active
Viewed 55 times
0
-
1You should use MFMessageComposeViewController and MFMailComposeViewController and stay in your app rather than using SMS and Mail urls. – Paulw11 Aug 08 '15 at 07:55
-
Paulw11 is completely right. No need to use URL's here. – eschanet Aug 08 '15 at 10:42
-
it is working . thanks – Nikunj Acharya Aug 08 '15 at 12:52