macOS 10.15.6 - Xcode 11.7
This app has been in App Store for over a year.
The code in question here has been working and tested.
It no longer functions as before...
Attempting to test a brand new install using a sandbox account on a Mac.
Receipt validation is run in main.m with:
Delete the appropriate folder in ~/../Containers
Clean - Build - Run
When Run the exception is trapped and the prompt for sandbox credentials is shown. Upon completion of the credentials I receive the 'app is damaged and cannot be opened...'
I have logged out, I have rebooted, I have tried with a different sandbox account - all to no avail.
Any thoughts would be deeply appreciated!
Thanks for your time!
Steve
This app has been in App Store for over a year.
The code in question here has been working and tested.
It no longer functions as before...
Attempting to test a brand new install using a sandbox account on a Mac.
Receipt validation is run in main.m with:
Code Block ... return NSApplicationMain(argc, (const char **)argv); } } @catch (NSException *e) { exit(173); }
Delete the appropriate folder in ~/../Containers
Clean - Build - Run
When Run the exception is trapped and the prompt for sandbox credentials is shown. Upon completion of the credentials I receive the 'app is damaged and cannot be opened...'
I have logged out, I have rebooted, I have tried with a different sandbox account - all to no avail.
Any thoughts would be deeply appreciated!
Thanks for your time!
Steve