I want to create an app that accesses the native Apple Messages app - i want to be able to 1. integrate the Apple Messages app insid开发者_开发问答e my app and 2 i want to be able to know when the user sends and when they receive a message - is this possible ? any help or direction on this is greatly appreciate it thx
No this is not possible. File a bug to request this type of functionality.
Have you looked at MFMessageComposeViewController? It lets your users compose and send SMS messages within your application.
The delegate for this controller will receive a callback that indicates whether or not the message was actually set.
精彩评论