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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -