Search Unity

[UPDATED] IAP Manager - Easy In App Purchase Workflow

Discussion in 'Assets and Asset Store' started by tsangwailam, Apr 14, 2016.

  1. tsangwailam

    tsangwailam

    Joined:
    Jul 30, 2013
    Posts:
    280
    facebook_1200x630.png
    Greeting!

    I'm happy to announce that IAP Manager for Unity is now available in the Unity Asset Store.

    https://www.assetstore.unity3d.com/en/#!/content/59353

    Price: $7

    Support Email: support@digicrafts.com.hk

    Documents: download pdf

    Requires Unity 5.3.4 or higher.

    ✭✭ IAP Manager is Simple and Easy ✭✭



    IAP Manager is a simple helper to simplifying the setup of in-app-purchase for mobile game. It supports Apple app store, Google play store and Amazon Kindle app store (with Amazon IAP plugin).

    With the IAP Manager, you don't need to write the code for handling the IAP flow. Simply drop the IAPManager prefab and fill in the IAP product information. All the IAP flow will handle by the IAP Manager.

    Highlighted Features

    - Simplify the IAP flow
    - Setup with prefab
    - Fill in the product ids and done.
    - Auto setup buy button for each product.
    - Capture events for each purchase status.
    - Supports Apple, Google and Amazon App Store.

    * IAP Manager requires Unity Purchasing Services and Amazon IAP v2 SDK

    https://www.assetstore.unity3d.com/en/#!/content/59353
     

    Attached Files:

    Last edited: May 16, 2018
    theANMATOR2b likes this.
  2. tsangwailam

    tsangwailam

    Joined:
    Jul 30, 2013
    Posts:
    280
    Anyone interesting on the Plugin. You can try the voucher below.

    ASV-QADV-RCGQ-4WRH-GPF4-7DTQ
     
  3. tsangwailam

    tsangwailam

    Joined:
    Jul 30, 2013
    Posts:
    280
    We have updated the plugin to a new version.

    - Add build button for Amazon and Android
    - Fix conflict between Amazon SDK and Unity Purchasing.
     
  4. tsangwailam

    tsangwailam

    Joined:
    Jul 30, 2013
    Posts:
    280
    We have updated the plugin to 1.3 and now support NGUI and more...
     
  5. tsangwailam

    tsangwailam

    Joined:
    Jul 30, 2013
    Posts:
    280
    We have updated the plugin to 1.4 and support new Unity IAP 1.7
     
  6. tsangwailam

    tsangwailam

    Joined:
    Jul 30, 2013
    Posts:
    280
  7. tsangwailam

    tsangwailam

    Joined:
    Jul 30, 2013
    Posts:
    280
  8. knuppel

    knuppel

    Joined:
    Oct 30, 2016
    Posts:
    97
    Trying to import your asset i get the following erros:
    Assets/Digicrafts/IAPManager/Scripts/IAPManager.cs(71,18): error CS0246: The type or namespace name `IAppleExtensions' could not be found. Are you missing an assembly reference?
    Assets/Digicrafts/IAPManager/Scripts/IAPManager.cs(72,18): error CS0246: The type or namespace name `ISamsungAppsExtensions' could not be found. Are you missing an assembly reference?
    Assets/Digicrafts/IAPManager/Scripts/IAPManager.cs(73,18): error CS0246: The type or namespace name `IMoolahExtension' could not be found. Are you missing an assembly reference?
    Assets/Digicrafts/IAPManager/Scripts/IAPManager.cs(286,34): error CS0246: The type or namespace name `LoginResultState' could not be found. Are you missing an assembly reference?
    Assets/Digicrafts/IAPManager/Scripts/IAPManager.cs(305,37): error CS0246: The type or namespace name `FastRegisterError' could not be found. Are you missing an assembly reference?

    I followed all steps in yout quick start tutorial.
     
  9. tsangwailam

    tsangwailam

    Joined:
    Jul 30, 2013
    Posts:
    280
    You need to setup/import Unity IAP before import the plugin.
     
  10. PlasticApps

    PlasticApps

    Joined:
    Mar 4, 2017
    Posts:
    13
    Hi. can you please make a tutorial how to restore purchase with playmaker.
     
    tsangwailam likes this.
  11. tsangwailam

    tsangwailam

    Joined:
    Jul 30, 2013
    Posts:
    280
    Will Prepare a tutorial for that.
     
    th3z0d1ac likes this.
  12. th3z0d1ac

    th3z0d1ac

    Joined:
    May 14, 2014
    Posts:
    15
    Hey I'm also interested in a restore purchase tutorial. Everything works properly with Playmaker, purchase product etc... however I can't figure out how restore purchase works with Playmaker. Especially when you can buy different stuff and want to restore them each by one, my users can buy "Remove Ads" and "Remove Ads + Unlock Bonus Level", how to seperate them, and also restore them?

    Hope you will create a tutorial soon, thanks in advance.
     
    PlasticApps and tsangwailam like this.
  13. PlasticApps

    PlasticApps

    Joined:
    Mar 4, 2017
    Posts:
    13
    hi. So what about restore purchase tutorial? For Android and IOS, cannot make it work...Help please.
     
  14. tsangwailam

    tsangwailam

    Joined:
    Jul 30, 2013
    Posts:
    280
  15. Shi-Chi

    Shi-Chi

    Joined:
    May 20, 2014
    Posts:
    10
    HI ~
    Can I use IAP Manager to get the original app purchase version? I want to know if the player paid for the app before I switch it to free download version. It's even better If I can do it with playmaker action, because I don't know how to code.