MrStahlfelge / gdx-gamesvcs

Easy integration of gameservices in your libGDX game: Google Play Games, Apple Game Center, Amazon GameCircle and more
Apache License 2.0
113 stars 20 forks source link

Fix multiple files with same name #32

Closed SimonIT closed 5 years ago

SimonIT commented 5 years ago

In my case, I got only one snapshot file and the others have other mime types.

For the case that more than one snapshot file exist I don't know any solution. getModifiedTime and getCreatedTime return null, so searching for the newest file is impossible in my opinion.