Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: masterr on August 20, 2016, 03:47:57 AM

Title: Unity 5+ IAP and Ads actions
Post by: masterr on August 20, 2016, 03:47:57 AM
Hi. That would be really great to have new Unity iap and Unity ads actions.
Title: Re: Unity 5+ IAP and Ads actions
Post by: realrobo on August 24, 2016, 01:50:26 AM
Unity ads action is already there.

It's pretty straight forward, and simple.

Now, regarding IAP, I had been eagerly waiting for it.
Title: Re: Unity 5+ IAP and Ads actions
Post by: jeanfabre on August 29, 2016, 06:16:24 AM
Hi,

 Let us finish SceneManager support, I'll tackle IAP then. I added a task on trello for this:

https://trello.com/c/CSz2Z3fe/170-unity-iap

Bye,

 Jean
Title: Re: Unity 5+ IAP and Ads actions
Post by: 4ppleseed on May 03, 2017, 03:12:17 AM
BUMP. How's it going for PM actions for Unity IAP?  8)
Title: Re: Unity 5+ IAP and Ads actions
Post by: jeanfabre on May 04, 2017, 01:44:31 AM
Hi,

 not too well :) Haven't found the time yet to deal with this... Keep post poning it as I know it's going to be a pain... :) Deep breath! so thanks for the bump I need this.


Bye,

 Jean
Title: Re: Unity 5+ IAP and Ads actions
Post by: 4ppleseed on July 02, 2017, 09:06:10 AM
Bump.

As IAPs are now a core part of Unity, I'd really like to be able to use them with Playmaker please  8)
Title: Re: Unity 5+ IAP and Ads actions
Post by: jeanfabre on July 03, 2017, 02:46:32 AM
Hi,

 yes, let's do this now :) I'll start this week. should be done by the end of this week.

Bye,

 Jean
Title: Re: Unity 5+ IAP and Ads actions
Post by: 4ppleseed on July 03, 2017, 08:16:17 AM
That would be amazing, thank you  8)
Title: Re: Unity 5+ IAP and Ads actions
Post by: escpodgames on July 03, 2017, 08:10:19 PM
Thanks a ton Jean!!!!
Title: Re: Unity 5+ IAP and Ads actions
Post by: realrobo on July 05, 2017, 04:45:27 PM
YES !!!!!!!!!!!!!
Thank you ~
Title: Re: Unity 5+ IAP and Ads actions
Post by: 4ppleseed on July 13, 2017, 06:25:37 AM
Hi Jean, how's it going on this?  8)

There seems to be a similar thread going on here:
http://hutonggames.com/playmakerforum/index.php?topic=15305.0;topicseen (http://hutonggames.com/playmakerforum/index.php?topic=15305.0;topicseen)
Title: Re: Unity 5+ IAP and Ads actions
Post by: tcmeric on July 13, 2017, 07:23:33 AM
Hi. I am in creating the actions for this for playmaker. I was working on them yesterday and will again tomorrow. My goal is to make sure they are working with the codeless IAP, as this seems the most straight forward way to do things without any coding + playmaker. Unless any road blocks come up, I *hope* to see a beta release finished within a week.  (Plus a video tutorial to go with it).
Title: Re: Unity 5+ IAP and Ads actions
Post by: 4ppleseed on July 20, 2017, 03:31:44 PM
BUMP!!

How this going guys?  :-*
Title: Re: Unity 5+ IAP and Ads actions
Post by: tcmeric on July 21, 2017, 09:54:49 AM
Done the beta as of today. I will post them onto my github by the end of the day and reply here with the link.

They have been tested for android and using a virtual test store. So far one thing I havent been able to test is the "restore" button for apple, etc.

After they go through some more testing, they will be available on the playmaker ecosystem.
Title: Re: Unity 5+ IAP and Ads actions
Post by: 4ppleseed on July 21, 2017, 11:35:29 AM
I'll test the Apple restore for you once up on Github  8)
Title: Re: Unity 5+ IAP and Ads actions
Post by: tcmeric on July 21, 2017, 12:39:46 PM
Cool. The actions are here: https://github.com/dumbgamedev/IAP_Playmaker

It requires that IAP be installed via unity. You need this installed before the actions, or Unity will throw a bunch of compiler errors.

Open the services window in Unity and signup/sign in as necessary. Then choose to enable In-App Purchasing and follow the steps.

Store products are added using the Unity IAP window.
Window > Unity IAP > IAP Catalog.

The package includes a test store action, which will spawn a gameobject with a script attached that works like the store for simple testing. Note however, it does not simulate "Restore Products".  :(
Title: Re: Unity 5+ IAP and Ads actions
Post by: ultimate_carl on November 25, 2017, 08:08:52 PM
How do we initialize, though? Android apps need to check purchase status so Google Play can automatically restore if needed, and it would be nice to get that purchased status and save it.