iMessage アプリケーションを作成しています。私の問題は、現在のユーザー名を取得する方法がわからないことです。
私はこのように試しました:
"\(conversation.selectedMessage?.senderParticipantIdentifier.uuidString) Sent You A Challenge"
そしてそのように:
"\(conversation.localParticipantIdentifier.uuidString) Sent You A Challenge"
しかし、どちらも「nil
」です。ユーザー名を取得する正しい方法ですか?