I’m working on a solution to archive iMessages by using an API or similar mechanism. Here’s the desired workflow:
- The user provides their phone number to initiate the archiving process.
- They receive a text message with a URL link.
- Clicking on the link authorizes the archiving of their iMessages.
- Once authorized, their text messages are archived.
So far, I’ve researched third-party services and APIs but haven’t found any that offer this capability directly for iMessages.
Questions:
Are there any APIs or frameworks (Apple or third-party) that support accessing and archiving iMessages programmatically?