Enhance - Integrate 3rd party extensions NOW! Ads, Analytics, IAP and more!!!

RozekEnhance

  • Posts: 46
Enhance has just released support for Stencyl and we super excited!
 
 We want to show developers how simple life could be, a life without the hassle of integrating SDKs into your Android or iOS project.  It's time to enjoy making games again!

 Integrate all of the services providers offer without ever having to touch an SDK again.  With little to NO coding at all and without touching source code, Enhance® is the easiest way to integrate 3rd party services into your project or to keep them up to date. (Ads, Mediation, Analytics, Attribution, Crash Reporting and more) No more SDK integration!!!

Gone are the days of spending hours or even days implementing and updating SDKs.  How does a few clicks and a few minutes sound?  Well, follow the link for more information on how to get started with Enhance® : https://goo.gl/ZK5td2

Good Luck!


« Last Edit: February 09, 2018, 09:09:28 am by RozekEnhance »


colburt187

  • *
  • Posts: 2416
Hmm interesting!

1MrPaul1

  • *
  • Posts: 1285
Finally!
Thank you a lot Rozek!

RozekEnhance

  • Posts: 46
You bet!
Let us know what you think.
Thank you.

bonzero

  • Posts: 488
This is really great and good timming as I must update some old apps now to comply with ios11 64bits app, giving it a try for sure

RozekEnhance

  • Posts: 46
Awesome!
Updating SDKs with Enhance is a breeze too. 
Good luck!


« Last Edit: February 09, 2018, 09:09:37 am by RozekEnhance »

Bhoopalan

  • Posts: 1018
It's very confusing. How can Enhance website recognize where my ad should display? What type of ad to display? I never want banner but only interstitial ads that too, I need the ads to be at particular distance of time. How do I feed these info while accessing Enhance?

These are the main questions due to which I still don't try Enhance.
If I helped you at anytime, help me back build my twitter followers :)
https://twitter.com/imbhoopalan

colburt187

  • *
  • Posts: 2416
It's very confusing. How can Enhance website recognize where my ad should display? What type of ad to display? I never want banner but only interstitial ads that too, I need the ads to be at particular distance of time. How do I feed these info while accessing Enhance?

These are the main questions due to which I still don't try Enhance.

It's just like any other extension, once you have picked what you want you will get an extension to download that has the "show adverts" blocks etc

1MrPaul1

  • *
  • Posts: 1285
i was one of the first probably who tried enhance, i remember one time i got 1.5 $ after just one click of one player... hehe

Bhoopalan

  • Posts: 1018
It's very confusing. How can Enhance website recognize where my ad should display? What type of ad to display? I never want banner but only interstitial ads that too, I need the ads to be at particular distance of time. How do I feed these info while accessing Enhance?

These are the main questions due to which I still don't try Enhance.

It's just like any other extension, once you have picked what you want you will get an extension to download that has the "show adverts" blocks etc

Oops. Is that an extension? Initially Enhance had this feature where the package should be uploaded to the website and we will be able to integrate ads without code or something. So I had that question back then. Now I understand how that works ;) Will definitely use this.
If I helped you at anytime, help me back build my twitter followers :)
https://twitter.com/imbhoopalan

ceosol

  • *
  • Posts: 2279
I received this error from Apple:

Quote
Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCalendarsUsageDescription key with a string value explaining to the user how the app uses this data.

This was the exact same error than Robin's Heyzap extension had before he made the byRobinExtensionManager0.0.8 upgrade. I tried enabling Robin's extension manager to see if that would fix it.

RozekEnhance

  • Posts: 46
Hi ceosol.

I reached out to our engineers about your issue and received this message in response :
"for this, the app's info.plist needs to contain that key for most ad networks. This is something we're working on adding to Enhance, but for now this must be done by the developer before Enhancing"

I hope this helps.

Haven't used Enhance?!?!  Check it out here : https://goo.gl/ZK5td2l

« Last Edit: December 11, 2017, 11:39:47 am by RozekEnhance »

colburt187

  • *
  • Posts: 2416
"Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCalendarsUsageDescription key with a string value explaining to the user how the app uses this data."

Anyone know how to do that?

FMStudioGameDev

  • *
  • Posts: 234
Open project in games-generated->gamename->export->ios with XCode, than open GAMENAME-info.plist (that is in resource folder) as source code (right-click and select Open as... -> source code) than add Calendar permission code where the other keys are:
Code: [Select]
<key>NSCalendarsUsageDescription</key>
<string>GameName will create a calendar event.</string>
Than build from XCode.
Didn't have the time to test but it should work.