Will apps that use telprompt be rejected

后端 未结 4 529
时光取名叫无心
时光取名叫无心 2020-12-09 10:27

In order to return to app after call, I use telprompt instead of tel. Codes like this:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@\"tel         


        
4条回答
  •  再見小時候
    2020-12-09 11:05

    telprompt:// and tel:// are both valid custom URL scheme of iOS, for now.

    Since Apple does not have documentation on telprompt, its functionality may be removed without notice (low chance though).

    Note: Their behavior is different. The former one is better, as it won't dial the number directly and won't stay at Phone app after call.

提交回复
热议问题