iap for ios

I notice that in HelloWorldScene.cpp

std::string g_testCases[] = {
    "Test Ads",
    "Test Analytics",
    "Test Share",
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)
    "Test IAP",
    "Test IAP Online",
    "Test User",
    "Test Social",
#endif
};

does pluginx iap not support ios?

I’m so sorry, now we haven’t implement IAP, User, Social plugins for iOS. :frowning:

The third party SDK for iOS is much easier to integrate than for android ones.
You can have a try to implement plugins for iOS. And we will be very appreciate if you can contribute the plugins. :slight_smile:

I have added ‘in app purchase’ ‘user default’ ‘social’ to my cocos2dx jsb project.
but but all are in objective-c rather than c++
is this acceptable for cocos2dx contribution?

Can you tell me how to do?
I need it.
Cloud tell me your QQ or Email?
john w wrote:

I have added ‘in app purchase’ ‘user default’ ‘social’ to my cocos2dx jsb project.
but but all are in objective-c rather than c++
is this acceptable for cocos2dx contribution?