Make a USSD call programmatically problem

Hi,


i tried to use openURL for make a ussd call in my native app but after some search i find that "*" and "#" are not allowed in openURL string from IOS 7 ...


is there any solution to make ussd call in ios ?

is there this limitation in IOS 9 ?

in android ussd calls work perfect

  • Have you gotten any way out here?

Add a Comment

Replies

This is a documented limitation of the

tel
URL scheme. The Apple URL Scheme Reference describes this limitation and the reasons for it.

Share and Enjoy

Quinn "The Eskimo!"
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Hi,

So how can I do to make an app for iPad to send USSD codes to query the available balance and buy prepaid plans?

I need make this app for a 4g LTE provider.