3月特卖开启!从即日起至3月21日晚上,精选商品五折特惠。

Monetization Goodies

Nineva Studios - 代码插件 - 2021/10/21

Handle in-app purchases and other monetization things on Android and iOS with ease

  • 支持的平台
  • 支持的引擎版本
    5.1 - 5.3
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

As UE monetization features on Android/iOS are sometimes outdated and expose very simplistic and limited APIs, this plugin aims to expose all the Android Billing Library APIs/StoreKit APIs for Blueprint usage.


Before purchasing, please read all the information below VERY CAREFULLY.


This plugin is not as user-friendly as UE built-in purchases. It sacrifices simplicity for the sake of full control and flexibility. All the APIs mirror the native Android Billing Library APIs/StoreKit APIs and you must be ready to dive into the respective implementations to understand what is going on and implement your flow:


We try keeping APIs as low-level as possible, that's why Android and iOS APIs are completely separated. This is a bit of an advanced package, the purpose of which is to give you FULL CONTROL AND FLEXIBILITY of the native APIs which also makes it more complicated to use.


Documentation: https://docs.ninevastudios.com/#/ue-plugins/monetization-unreal. Also, demo levels included in the plugin should be a good reference point.


 If you are in doubt about anything please contact us on our Discord server.


You can also join our Patreon to support our further work and get some benefits.

技术细节

Features:

Code Modules:

  •  MonetizationGoodies (Runtime)

Number of Blueprints: 2

Number of C++ Classes: 21

Supported Development Platforms: Windows, macOS

Supported Target Build Platforms: Android, iOS

Documentation: https://docs.ninevastudios.com/#/ue-plugins/monetization-unreal

Example Project: Demo level included in the plugin


Important/Additional Notes: This plugin makes effort to expose all the native Android and iOS APIs regarding monetization, that's why the APIs are made to mirror the native ones. For all the setup, you should use official guides and documentation from Google/Apple.