Hi, from the developer guide https://www.codenameone.com/manual/files-storage-networking.html " *It’s a common mistake to use getClass().getName() to implement getObjectId() and it would seem to work in the simulator. This isn’t the case though! Since devices obfuscate the class names this becomes a problem as data is stored in a random name that changes with every release. *"
We obfuscate by default for Android, JavaScript etc. It's the "right thing to do". If you are relying on class names that is a mistake that will slow your application and will make it less secure. Unfortunately it is a mistake made by some senior developers but it is a mistake none the less... -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/98ff32ae-314a-4cdb-90bc-5f90c0ca1e7f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
