我正在创建 iMessage 应用程序。我的问题是我不知道如何获取当前用户的姓名。
我试过这样:
"\(conversation.selectedMessage?.senderParticipantIdentifier.uuidString) Sent You A Challenge"
就像这样:
"\(conversation.localParticipantIdentifier.uuidString) Sent You A Challenge"
但是这两个都是“ nil
”。这是获取用户名的正确方法吗?