3

Is it possible to access iMessages ? How to send iMessages programmatically ? Apple iOS provide any public API to access or delete Messages ?

RakeshR
  • 43
  • 1
  • 4

3 Answers3

2

It is possible to send messages (Sending an iMessage as simple as possible iOS) but it isn't possible to read and delete messages.

Community
  • 1
  • 1
iCode
  • 1,456
  • 1
  • 15
  • 26
1

Apple provides this in their SDK through MessageUI, check the Apple documentation: https://developer.apple.com/library/ios/#samplecode/MessageComposer/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010161

You could look at this answer: https://stackoverflow.com/a/10850188.

Community
  • 1
  • 1
thijsai
  • 1,795
  • 1
  • 18
  • 26
0

They just announced some stuff yesterday that might be of some use for you - it's the new Messages framework. You've got some handy classes there like MSMessage and MSConversation, but just explore and read more below:

https://developer.apple.com/reference/messages

Radu Diță
  • 13,476
  • 2
  • 30
  • 34
royherma
  • 4,095
  • 1
  • 31
  • 42