Hi,
iOS 11 and the wallet app is able to intercept and parse SMS one time passwords in order to complete card activation.
Is this feature available to other app developers - for example, if I have an app that requires the user to enter a code/one time password that is SMS'd to them, can I code my app to intercept the SMS, retrieve the code, and insert it into the app (to improve the UX, reduce 'fat-fingering' etc...)?
I know this is possible on Android, but want to add the same feature on iOS.
I suspect that Apple have limited this feature to their own apps, but wanted to be sure. I've struggled to find anything in the documentation.
Thanks,