Is it possible to access iMessages ? How to send iMessages programmatically ? Apple iOS provide any public API to access or delete Messages ?
Asked
Active
Viewed 5,247 times
3 Answers
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.
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.
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:
-
So, Is it possible to read messages? – Neykuratick Oct 01 '22 at 20:12