Hi,
I am trying to integrate Wallet identity feature to validate user information entered by user in my application with the digital Driving License ID stored in user's apple wallet. I am following this documentation.
However after implementation I get following error
DigitalPresentmentClient canRequestDocument error: This app has crashed because it called an API it is not entitled to use.
I do understand this is due to missing entitlement which is currently not available.
My question is it possible to bypass this error for a Development version of the ipa as I want to verify my integration?