本文介绍了如何在iOS Swift中获取来电的电话号码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想在我的应用中获取来电者的电话号码。
请有人在swift中为我提供此问题的解决方案。
I want to fetch phone number of incoming caller in my app.Please someone provide me solution of this problem in swift.
推荐答案
您永远无法获得电话号码由于这是用户私人数据,因此Apple不允许您访问数据。它严格受Apple限制
You will never be able to get the phone number of the incoming call since this is users private data, Apple will not allow you to acces the data.Its strictly restricted by Apple
这篇关于如何在iOS Swift中获取来电的电话号码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!