Hello LaunchPad!

*thumbsup* Oooo… Aaaaah…
Good direction! :slight_smile:

[import]uid: 13859 topic_id: 13159 reply_id: 313159[/import]

Hello !

Thank you :slight_smile:

.c [import]uid: 24 topic_id: 13159 reply_id: 48283[/import]

… and, 591 installed and building well!
… yet still oddly overly excited for the next set of daily builds. *grin* [import]uid: 13859 topic_id: 13159 reply_id: 48284[/import]

Downloading 591 right now… Nice job :slight_smile: [import]uid: 10478 topic_id: 13159 reply_id: 48286[/import]

InMobi signup doesn’t work, the captcha image won’t show or refresh. [import]uid: 13560 topic_id: 13159 reply_id: 48287[/import]

@carlos 591 installed, LaunchPad activated and gone thru the provided info…

LaunchPad is a BIG step on a right direction, I’d love to see new App Marketing & Discovery partners added to it :slight_smile:

In regards to Corona Analytics…

  • Do we have option to turn it off?
  • Is it a replacement for Flurry, I mean can we track special events like button clicks, etc.?

Now, I’m also looking for upcoming daily builds as there as some pending bugs I’d like to get fixed before releasing our game.

In short, today I’m glad once more that I choose CoronaSDK! :slight_smile: [import]uid: 10478 topic_id: 13159 reply_id: 48288[/import]

What’s next? Improve performance please, Carlos. [import]uid: 12088 topic_id: 13159 reply_id: 48289[/import]

Good job Carlos!
I appreciate InMobi!

bye
Marco
[import]uid: 7518 topic_id: 13159 reply_id: 48299[/import]

Nice work:)

– Chris

[import]uid: 33866 topic_id: 13159 reply_id: 48303[/import]

I can’t download 591 :frowning: … is it still available only to a select few?

– Chris

[import]uid: 33866 topic_id: 13159 reply_id: 48304[/import]

Ignore that I was looking at the Daily builds and hadn’t noticed the new stable release :slight_smile: doh…

– Chris

[import]uid: 33866 topic_id: 13159 reply_id: 48305[/import]

Stupid question, but how can we use inMobi adds? Documentation coming soon? [import]uid: 18445 topic_id: 13159 reply_id: 48309[/import]

The API reference on the website has been updated with info on how to use inMobi.

Launch Pad is looking good! [import]uid: 11459 topic_id: 13159 reply_id: 48311[/import]

Anyone get ads working? I registered and got an appID but I can’t even get it to work with the sample app (tried on iPod Touch 2G and iPad). It’s just a blank screen with the 2 buttons at the bottom. [import]uid: 51654 topic_id: 13159 reply_id: 48324[/import]

“Only works on iOS devices at this time.” from ads api page. I am indie Android user, so I hope ads support also comes to Android very soon! [import]uid: 18445 topic_id: 13159 reply_id: 48329[/import]

Some neat stuff. I’m gonna have to finish my app quicly so I can implemeent all of these cool new features.

I am very happy about the ads and analytics, but I don’y quite understand Papaya, is it an Openfeint replacement? If so I won’t even bother. Also, the review site partnerships, why those two sites? You are advertising their services, but they really aren’t that huge, you should have partnered with RazorianFly.com

He’s my go to Apple news guy. Overall I’m pretty happy, good job! [import]uid: 7116 topic_id: 13159 reply_id: 48334[/import]

@Iano78, @003naveen, I’ve sent a note to the InMobi folks so hope they can chime in here soon. [import]uid: 26 topic_id: 13159 reply_id: 48348[/import]

For the InMobi folks, a couple of questions…
-When setting up an app, does the Bundle Id need to match exactly? I.e. while in Beta testing, I have a generic bundle ID that I use for testing, but the release bundle id will be different.
-The Dashboard implies that the ad site will not be reviewed until I provide an App URL, which I can’t because it’s not published in the app store yet. Do I have to wait to its published before it will be reviewed? If so then I would not be including your ads in version 1.0-not knowing for certain if/when it would be passing review. [import]uid: 4639 topic_id: 13159 reply_id: 48376[/import]

Has anyone able to get the ads to work??? I echo the same thing as @SteveK.

Willy J.
[import]uid: 66859 topic_id: 13159 reply_id: 48382[/import]

Everyone,

InMobi works on both iOS and Android. I know our API states that Android does not support it, but it does; it just hasn’t been updated yet.

InMobi provides separate app IDs for Android and iOS, so make sure to use the right one in Corona. You’ll want to do something like this in your Lua script…

local inMobiAppId = nil  
local platformName = system.getInfo("platformName")  
if platformName == "iPhone OS" then  
 inMobiAppId = "123"  
elseif platformName == "Android" then  
 inMobiAppId = "456"  
end  

Also, once you get your App ID from InMobi, it won’t work just yet. This is because InMobi reviews your App ID requests “manually” and must go through an approval process before your App ID will work. You will need to contact InMobi’s tech support for status and to get the ball rolling with them.

Other than that, enjoy Corona’s new features! I’m sure you guys will love it. [import]uid: 32256 topic_id: 13159 reply_id: 48386[/import]