Basically, I\'ve tried to set up in app purchases on a test app before I implement them into a proper app that my company is working on. I\'ve read the Store kit pdf and oth
Thanks to alpere's answer I found out that I used the wrong product ID. It was not as I thought de.company.appname.PROFESSIONAL_LICENSE. Just using PROFESSIONAL_LICENSE in my case (without leading bundle id stuff) works :)