In the Google Play Store my app has this APK info: version code 4, version
name 4.0 and main.4.com.redcricket.MyBigFatApp.obb

You can see the screen shot here where I asked this question of SO:

http://stackoverflow.com/questions/23233215/google-expansion-pack-library-not-using-correct-version-on-main-obb-file

... that proves (right?) that I used ...

      android:versionCode="4"
      android:versionName="4.0">

... in my `AndroidManifest.xml` file. I checked that when I install the app
it downloads main.4.com.redcricket.MyBigFatApp.obb to the correct location
but according to logcat the app is looking for ...

04-22 18:13:03.513: I/MyBigFatApp(8455): expFilesDelivered()path_and_fileName
= [/mnt/sdcard/Android/obb/com.redcricket.MyBigFatApp/main.1.com.redcricket.
MyBigFatApp.obb] DOES NOT EXISTS RETURNING FALSE

I use almost identical code for other app and they work just fine and not
all of them are version 1.  What could possibly be causing this? Is there a
bug in Google Play?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to