使用联系人框架获取当前电话号码 api ios

Get the current phones number with contact framework api ios

是否可以从 Swift 中的联系人权限中获取当前 phone 的号码?

不可能了

"For security reasons, iPhone OS restricts an application (including its preferences and data) to a unique location in the file system. This restriction is part of the security feature known as the application's "sandbox." The sandbox is a set of fine-grained controls limiting an application's access to files, preferences, network resources, hardware, and so on."

The device's phone number is not available within your application's container. You will need to revise your application to read only within your directory container and resubmit your binary to iTunes Connect in order for your application to be reconsidered for the App Store