简体   繁体   中英

including tel:// key in info.plist

In my application, i am using the telprompt:// scheme (and not tel:// ) if a user needs to make a call, because i want him to come back to the app screen.

But when going through the Apple's document "iOS App Programming guide" , i read that the user needs to include a "telephony" key. Here's what it says about it:

Include this key if your app requires (or specifically prohibits) the presence of the Phone app. You might require this feature if your app opens URLs with the tel scheme.

What should i do? should i not include this key in info.plist ? Will using this scheme become an obstacle in app approval process?

You only include that key if your app can only function on an iOS device with a phone. If your use of the phone is optional, do not include the key.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM