Search code examples
iostitaniumappceleratorstorekit

Cannot install apps from storekit productview


I'm developing an iPhone app using Appcelerator Titanium SDK and created module based on https://github.com/atsusy/TiStoreProductView/ to display an app using Storekit framework. The problem is I can't install any app from the product view that being displayed from my app. When tapping on the green 'Install' button, the installation process seems to started but stopped later without any error message. If re-tap the 'Install' button, it immediately stop installation.

Is there any configuration or info.plist settings that I need to set in order to enable my app to install other apps using Storekit?


Solution

  • Found this answer: SKStoreProductViewController can't download app And some explanation here: app can't be installed with SKStoreProductViewController

    Short answer: It will work after app being released to app store