Android Issues

Ok,

I update the App VersionCode in the settings file and it takes it in the store. User seems to still not get the update from Android and see the old version. ( I have deleted the old versions and only have the new one active in the store) I assume this is a time to travel the globe issue.

Another issue is that it would appear that the media.RemoteSource video bug is Fixed but I am curious why on some Androids a video will play only in the top part of the screen and won’t expand or respond to turning the device where other Androids will just fine… I have to say that in my experience with iOS vs Android I am a much happier iOS developer.

Anyone have similar experience with these issues?

Matt [import]uid: 18783 topic_id: 12900 reply_id: 312900[/import]

I dont have any problems with versionCode. Check this thread: https://developer.anscamobile.com/forum/2011/07/15/versioncode-error
It might help you. [import]uid: 18445 topic_id: 12900 reply_id: 47343[/import]

Versioncode isn’t the issue per se. I can change it etc. The app always says version 1.0 in the store and I am not sure customers know when the code version changes if that makes a difference. I manually sent a guy the compiled code and it fixed his issue of getting the same old version over and over again from the store even though the store only has the new version activated.

Have you run into the video issue?

Matt
[import]uid: 18783 topic_id: 12900 reply_id: 47345[/import]

Yeah, problem is in versionName. It is allways 1.0 and you cant change it in Corona. But you can decompile your apk and then edit verionName. Then recompile apk and publish to market.

I have not ever tried video on Android. [import]uid: 18445 topic_id: 12900 reply_id: 47348[/import]

Hello Matt,

We have made many fixes to the video player on Android in the latest release. See the following thread for details…
http://developer.anscamobile.com/forum/2010/11/13/play-video-android#comment-45565

That said, the video is aligned to the top of the screen when shown in portrait mode, but now it can also be displayed in landscape mode which looks a lot better. [import]uid: 32256 topic_id: 12900 reply_id: 48431[/import]