objective c - Not able to make Call on iOS 7.1.2 -
i want make call application. have used following code:
nsstring *phonenumber = [@"tel://" stringbyappendingstring:strcareproviderphone]; [[uiapplication sharedapplication] openurl:[nsurl urlwithstring:phonenumber]];
for ios 7.1.1 , ios 8.0 working fine. ios 7.1.2, not working. ios 7.1.2 phone number formatting (999) 9900000. ps: have tried using string formatting stringbyreplacingoccurrencesofstring bracket , space. no success.
can 1 please me this.
thanks in advance,
akshay
Comments
Post a Comment