playMaker

Author Topic: Start App (Monetization Network) Actions ?  (Read 2604 times)

Mike Salvo

  • Playmaker Newbie
  • *
  • Posts: 3
Start App (Monetization Network) Actions ?
« on: December 23, 2015, 10:13:09 AM »
Hi everyone,

I have searched the forum for actions regarding StartApp, but i only found old threads and info that is a work in progress.
Can i ask is it possible to have these actions made sooner, so we can use StartApp?

Thanks

rik

  • Full Member
  • ***
  • Posts: 246
Re: Start App (Monetization Network) Actions ?
« Reply #1 on: December 23, 2015, 12:00:11 PM »
I am the one who requested for the actions a year ago. but still it was in to do list i request playmaker team to hire one more guy to make actions for playmaker since requested actions are taking lot of time.

Pls hire one more developer to make actions quicker

KellyRay

  • Full Member
  • ***
  • Posts: 170
Re: Start App (Monetization Network) Actions ?
« Reply #2 on: December 23, 2015, 12:19:52 PM »
If you follow the StartApp documentation on setting up the Unity project, the 'invoke method' should give you everything you need to make this work.

The methods you are calling are listed in this documentation as well. Examples would be loadAd or showAd.

Here is the iOS documentation:

https://github.com/StartApp-SDK/Documentation/wiki/iOS-InApp-Unity-Documentation#step4

Here is the Android:

https://github.com/StartApp-SDK/Documentation/wiki/Android-InApp-Unity-Documentation#step-1-adding-the-sdk-package-to-your-unity-project

You could also bug the FirstApp people to include Playmaker integration into their Unity integration.

Mike Salvo

  • Playmaker Newbie
  • *
  • Posts: 3
Re: Start App (Monetization Network) Actions ?
« Reply #3 on: December 23, 2015, 03:57:31 PM »
@KellyRay

Proper actions for StartApp is the best way to go, but..all we can do is wait.
I will try with the invoke method action and see what i can do, thank you for your advice.