ios - Russian phone number gets formatted on dial -


i'm facing problem on ios (i tried on iphone 5/ios 9 , iphone 6 plus/ios 8). goal open phone application , dial russian number. number

8 800 123 45 67

to short, i'm doing

[[uiapplication sharedapplication] openurl:@"tel:88001234567"] 

whenever i'm trying call, phone number gets formatted , loses 1 0 become

+880 123 4567

and when try add indicative 007, phone number called loses 1 8 become

00 7 (800) 123-45-67

last thing, when try use

[[uiapplication sharedapplication] openurl:@"telprompt:88001234567"] 

it correctly shows me

00 7 (8800) 123-45-67

but when press "call", phone number called is

00 7 (800) 123-45-67

did have problem? normal behavior on ios? on android dial application doesn't format phone number.

edit: pekka, when check page https://en.wikipedia.org/wiki/telephone_numbers_in_russia can see:

calls outside russia: +7 abc xxx-xx-xx abc area code

then fact 1 8 drops when adding country code normal.

other point, seems first 8 long-distance prefix might not necessary. i'm gonna try contact our customer sure this.

edit 2: well, our customer told first 8 required, i'm gonna have find way around.

lose first 8 add +7 prefix: +78001234567


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -