Posts

Post not yet marked as solved
3 Replies
797 Views
I am using CryptoSwift library to perform AES 256 ECB encryption to encrypt password. Everything works fine in my local environment. But strangely enough, when I upload the app to iTuneConnect and test it through Test Flight, this encryption doesn't work in iOS version below 11 (It works in iOS version >= 11). It return some different encrypted text in Test flight build than my local build for the same string. Therefore encrypted string from TestFlight build cannot be decrypted back using the key which was used while encryption.This issue started from last month, till then everything was working fine. Has anyone encountered this issue. If so, can help to me fix this.
Posted Last updated
.