[android-developers] Problem upload new version app

2016-04-15 Thread Maurício Júnior
My app had many problem with android 6. I changed targetskversion but when i try upload the new version for google play I receive thay erro message. Unable to save the application. Check for errors in the form.

[android-developers] Re: Social Gaming Platforms

2010-04-16 Thread Maurício
Nice to know that at least one of the companies is actually interested in the developers :) On Apr 14, 4:02 am, Junde jun...@gmail.com wrote: Hi Michael, Rob and Mauricio, I'm Junde from Scoreloop and I'm here to help :) Yes, our Android platform is currently only available to a few

[android-developers] Re: Social Gaming Platforms

2010-04-14 Thread Maurício
Thanks for the suggestions guys, I'll take a look at both TapJoy and Geocade. I agree, Justin. The way I see it, and assuming this companies want to survive, the solution is not only to integrate with Apple's service (if possible) but also diversify among different platforms. A common platform

[android-developers] Social Gaming Platforms

2010-04-11 Thread Maurício
I'm looking for cross-platform social gaming platforms, essentially for high-scores and achievements but also for multi-player. Basically I came across two solutions: - ScoreLoop (http://www.scoreloop.com): lots of features but is closed for new developers (temporarily?) - Casmul

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread Maurício
One of my apps qualifies for this, but I didn't get any e-mail. Any similar cases around here? Does that mean I won't get it? On Mar 3, 9:12 am, Rob Franz rob.fr...@gmail.com wrote: Hi Yahel Romain Guy confirmed it on Twitter.  The other Google guy, Roman Nurik, confirmed it in one of the

[android-developers] Using raw resource sound file as Ringtone

2009-12-13 Thread Maurício
I have a problem setting a ringtone from a resource in my app: Uri uri = Uri.parse(android.resource://com.package.app/ + R.raw.sound1); RingtoneManager.setActualDefaultRingtoneUri(this, RingtoneManager.TYPE_RINGTONE, uri); I've noticed also some people had the same problem but got no answers. Do