Accessing previous MSMessages from MSConversation

99 views Asked by At

If I have sent a few messages in my iMessage app and I want to access previous messages (obviously just my own app-created messages, not just any messages the users have sent in their conversation), is there a way I can do that?

I can access the most previous message with this:

[self activeConversation].selectedMessage;

Any way to loop through previous messages that might not have even ever been clicked by the user (so simply storing it in user defaults is not an option)

1

There are 1 answers

0
Alim On

There is no way to do this. Apple considers this to be a security/privacy issue.