I need to open SMS screen from my app and set body, phoneNumber for it.
But I just can set phoneNumber by this:
UIApplication.sharedApplication().openURL(NSURL.URLWithString(“sms:”+mISDN));
I also tried to use: “UIApplication.sharedApplication().keyWindow().rootViewController().presentViewControllerAnimatedCompletion”
but it dont work. Can somebody tell me any way to set SMS body ? (please test done before)