How to watch SMS with ionic 6 capacitor

Hello, i am trying to make an app, thats check for all sms and watch new sms messages the get the body and make transformation to this data and show it to user with specific view, absolutely the user gives the permission to access reading sms

Is this possible using ionic 6 capacitor

No, Highly doubt it.

Biggest challenge you’ll run into is permissions. SMS permissions of that level are tightly controlled by Apple/Google and require special reviews and permission grants to obtain them. Once you have them, you could then figure out how to listen to SMS events and push them to your Capacitor app.