I'm having the same issue, could you fix it @AzizK ?
Post
Replies
Boosts
Views
Activity
Just in case someone has the same problem, the solution is that first you have to reset the keyboard type to alphanumeric and reload inputs and next change the keyboard type to default and reload inputs again.
Since this is the top result on google when searching for the solution to this, I solved it by enabling code signing when archiving the app, not only when exporting.
Forgot to answer this, sorry. The problem was that the target name had spaces, which cause some internal error so it failed to recognise the tests, I solved it by removing the spaces.
I'm trying to do this but SKPaymentQueue.default() doesn't seem to be picking the transaction triggered by try session.buyProduct(productIdentifier: productId), so the callback is never used, any suggestions ?