I've tried to add a working inApp purchase view inside an Action Extension.
As you know, in Action Extension we have 2 targets, one is the normal App (the app you can download from app store), and the second one the extension.
The view inApp purchase, works in the normal app (first target) but doesn't work in the extension target, I mean the loading purchase product is loop running without found the purchase product. I've also opened API for the extension target (no restricted API) on building setting. Any one know how to do?