SDKBOX iOs In-app purchase issue

Hello guys,

I’m having iap in my app for iOs. I’ve already done setup of sdkbox and imported the iap plugin as well. I’ve also did following prerequisites for iap ->

  1. In-app purchase items have been created in iTunesConnect, with Product ID’s matching id’s from the config.json.
  2. IAP items are all in “Ready to Submit” state on iTunesConnect.
  3. The app’s Bundle ID on iTunesConnect matches the Product Bundle Identifier set in Xcode.
  4. My IAP utility class appears to initialise correctly.
  5. My sdkbox_config.json file is proper.

Ive followed this tutorial -> http://docs.sdkbox.com/en/plugins/iap/v3-cpp/

After building and running project I’ve got some errors ->

/* errors or warnings */
SDKBOX_CORE :Checking plugin status for unknown plugin: iap
IAP :WARNING!, Products size is 0

Kindly help me out.

Thanx and Regards,

Abhijeet

Have u signed with correct DEV certeficate and using Test user(configured in itunes connect) not real one?

@energyy Yes. I had.

what about internet on device?:smiley:

Internet is working fine, I’ve even tested it on simulator

Maybe you could check status of IAP items on itunesconnect.

@onur Its ‘Ready to Submit’

for me really looks wrong user used for debug or some delay on activating iap on ios side.

or missing some listener from sdkbox

or :slight_smile: wrong ID/NAMe in skdbox config:D

Sorry for not updating the status, actually problem got solved long back. Just some taxing info was remaining to fill in iTunes Connect account. Its perfectly running now. Thanx for suggestions :smile: