Hi everybody and especially Don Manfred,
Today trying to compile an app to release obfuscated mode I noticed that SecureMyText lib does not act as it was supposed to, in both debug and release mode.
I checked the source of the lib here and it displays as you can see a 'Wrong Password' toast in decrypt and returns a null. The null is returned in debug mode and I can handle the null that returns running a part of my code (I do not see the 'Wrong password' toast though). When I compile it in release obfuscated I get the 'Wrong password' message and the part of my code that was supposed to execute in case of a wrong password is never ran. Does this have something to do with your wrapper Don Manfred?
Any help would be highly appreciated,
Thanks
Today trying to compile an app to release obfuscated mode I noticed that SecureMyText lib does not act as it was supposed to, in both debug and release mode.
I checked the source of the lib here and it displays as you can see a 'Wrong Password' toast in decrypt and returns a null. The null is returned in debug mode and I can handle the null that returns running a part of my code (I do not see the 'Wrong password' toast though). When I compile it in release obfuscated I get the 'Wrong password' message and the part of my code that was supposed to execute in case of a wrong password is never ran. Does this have something to do with your wrapper Don Manfred?
Any help would be highly appreciated,
Thanks