In-App Purchasing

Hi,

Is there a nice way to implement IAPs with UE4 yet? Like a plugin? Or would I have to develop my own plugin for now to get in-app purchasing working?

Thanks for the help!

Look at online subsystem for iOS, Runtime/Online/IOS/OnlineSubsystemIOS/Private , there you can find OnlineStoreInterfaceIOS.cpp/.h

GREAT!! Thanks so much!