"Provided value to SecureStore is larger than 2048 bytes. An attempt to store such a value will throw an error in SDK 35." warning.
Issue #9
This Pr solves the above overflow error by chucking down the larger size string, greater than 2048 into 2000 bytes sized string and then iteractively storing it in next keys. The get Item is done similarly with iteractively getting each of them.
Issue #9
This Pr solves the above overflow error by chucking down the larger size string, greater than 2048 into 2000 bytes sized string and then iteractively storing it in next keys. The get Item is done similarly with iteractively getting each of them.