Chartboost on iPhone 6/6 Plus?

@Christopher

My plugin was uploaded recently and an announcement will be made shortly about the availability of the new plugin. Just ironing out the details with CoronaLabs.

I’ve tested the plugin delivery myself for iOS and Android and it’s working as expected.

The plugin is final, so it’s safe to use. You’ll need to change the publisherId to “com.swipeware” in your build.settings

The new docs are here:

http://docs.coronalabs.com/daily/plugin/chartboost/index.html

YOU ARE THE MAN!!!

Thanks a bunch, worked perfect just swapped out phase with response etc. took all of 2 mins and everything worked like a charm.

Owe ya one!

Great!

Everything is backwards compatible with the old plugin. If you go through the docs there’s some added functionality as well.

It’s a bit over 1 am here in Korea now. Time for bed  ^_^.

Get some sleep you have earned it :slight_smile:

If there is ever anything I can do for you don’t hesitate to ask :slight_smile:

I’d like to have 50 hour days  :wink:

hahaha you and me both

@ingemar, truly awesome.  Thank you!!

Naomi

With my basic subscription , I made some apps using the Gremling charboost.

Can I use the new Charboost plugin with a basic subscription?

I try to test the new Chartboost with the devices and I see a message , “you are not subscribe to the plugin”

But I have basic before and  I was able to build  apps with the old Charboost.

I upgraded from start to Basic because , if you want to use the Gremling charboost plugin you need the basic subscription.

that benefit from basic has disappeared now.

At the moment CoronaLabs have made my plugin available for Pro and Enterprise users.

I have asked them to give the same access to my plugin as the previous Gremlin Interactive version as my intention was to give all previous users an updated version with iOS 8 compatibility.

AMAZING!! Thank you. I am still struggling to make it work (iOS) because I am trying to implement it into a Ragdogstudios template but cannot thank you enough for doing this. The lack of Chartboost solution was really a big negative of using Corona recently. I am happy that you fixed that. Now back to fixing my issue! Mo

Oh I almost forget! What is the minimum Corona build# requirement for this plugin? Thanks again. Mo

Hey Mo,

I hope you enjoy the plugin!

The minimum build is 2182.

Here’s the announcement I made today:

http://forums.coronalabs.com/topic/51778-ios-8-compatible-chartboost-plugin-released

@ingemar thanks for the plugin, you’re amazing :smiley:

@gerdzon sorry to hear that. I don’t get it, Vungle plugin allows video ads too and can be used with Corona Starter, this Chartboost plugin is now written by Ingemar for free for all of us and Corona Labs decides not only to not make it available for everyone but they take the plugin out of people with the Basic License, people like Gerdzon that have that license because of this plugin back then.

I was considering buying a Basic License and a better license with time, but I don’t understand the way Corona Labs is handling this :confused:

Perfect! Thank you for letting me know. I will post any issue I have on that link. For now I am pretty sure it is because the Ragdogstudios template I am using is not (obviously ) yet compatible with the plugin. I will contact them for help as well. THANK YOU! Mo

[…] but I don’t understand the way Corona Labs is handling this :confused:

I think the access level restriction is an oversight and will be rectified soon…

Thanks ingemar, this is great work! Like many others have said, this is greatly appreciated. I’ve been testing on my iPhone 6 and everything seems to be working great.

Why am I getting 

"You are not currently subscribed to the following plugins com.gremlininteractive:plugin.chartboost"

I was using this Charboost plugin without problem earlier. Today I made some source code change (a few lines, not about Chartboost) and when I try to build it, I am getting this error.

What should I do?

Gremlin Interactive has dropped support for the old Chartboost plugin and will not be updating it anymore. I’ve picked up the torch and have released an updated version that is compatible with iOS 8, and Corona Labs has graciously allowed me to host this plugin on their server. This plugin is free.

To access my plugin, you’ll need to change the publisherId in your build settings.

settings = { plugins = { -- key is the name passed to Lua's 'require()' ["plugin.chartboost"] = { -- required publisherId = "com.swipeware", }, }, }

You can find more info in the new documentation here:

http://docs.coronalabs.com/daily/plugin/chartboost

Hi, Ingemar

Thanks for the reply. After I reviewed the earlier posts & I found you have taken care of the Chartboost plugin, great job!

I have a question though…

Do you modify the plugin based on Gremlin’s?

Did you modify anything else except using the latest Charboost SDK?