I just realized Apple now allows developers to create iMessage Applications. Is anyone familiar with just how much an iMessage Application (or extension) can do? For instance:
- can the extension send a text without the user pressing the regular send button?
- can the extension read incoming messages? (I doubt it can)
- can it see who the user is texting?
- can it see the text being typed by the user?
Let's say I want to make an extension that reads what the user has typed (in the normal Messages interface), looks for any arithmetic in the text, performs the arithmetic then subs in the answer, and sends the message, all in one click. Is that possible?
I am new to Apple Development and know nothing about their API and frameworks, so I'm a little lost about what's available. I'm a Computer Science student and am hoping I can apply my current knowledge to learn quicker.