telprompt

Will apps that use telprompt be rejected

徘徊边缘 提交于 2019-12-17 18:37:00
问题 In order to return to app after call, I use telprompt instead of tel. Codes like this: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"telprompt://10086"]]; Somebody says that it will be rejected by apple because telpromt is not the public URL Scheme. But I didn't find a certain answer - Yes or No. Can anybody help me? 回答1: You may want to have a look at handleopenurl.com an index for iOS URL schemes. I do not know telprompt. Why not just use tel://10086? 回答2: I noticed that

I want to call phone number “#51234” in Xcode use telprompt [duplicate]

倖福魔咒の 提交于 2019-12-13 00:56:55
问题 This question already has answers here : Phone call number with hashtag on iOS (3 answers) Closed last year . I want to call phone number "#51234" in Xcode use telprompt. but telprompt is reject it. [[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"telprompt://#5%@", nzoneNum]]]; nzomeNum is "1234" 回答1: At least as of iOS 11, one can dial numbers with a hashtag (#) or asterisk (*). Make calls with these characters by first encoding the phone number ,

Replacing tel or telprompt to call

ぃ、小莉子 提交于 2019-12-01 13:04:28
I've made an application is used to call predefined numbers upon button press. As far as i know the only way to make call inside app is to use "tel" or "telprompt". When i submitted an app i've received a rejection with this description: 2.5 Details Your app uses or references the following non-public APIs, which is a violation of the App Store Review Guidelines: teleprompt:// The use of non-public APIs is not permitted in the App Store because it can lead to a poor user experience should these APIs change. For my first submission I used "telprompt" to call, then I changed it to "tel" because

Replacing tel or telprompt to call

天大地大妈咪最大 提交于 2019-12-01 10:44:49
问题 I've made an application is used to call predefined numbers upon button press. As far as i know the only way to make call inside app is to use "tel" or "telprompt". When i submitted an app i've received a rejection with this description: 2.5 Details Your app uses or references the following non-public APIs, which is a violation of the App Store Review Guidelines: teleprompt:// The use of non-public APIs is not permitted in the App Store because it can lead to a poor user experience should

Will apps that use telprompt be rejected

北慕城南 提交于 2019-11-28 08:19:43
In order to return to app after call, I use telprompt instead of tel. Codes like this: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"telprompt://10086"]]; Somebody says that it will be rejected by apple because telpromt is not the public URL Scheme. But I didn't find a certain answer - Yes or No. Can anybody help me? You may want to have a look at handleopenurl.com an index for iOS URL schemes. I do not know telprompt. Why not just use tel://10086? Sal I noticed that with iOS 8.0 the tel:// URL scheme will also return to the app after the call. The only difference now is