Start a new topic

iOS SDK 3.3.0 Initialize using encrypted fails on bad instruction

Using iOS SDK 3.3.0, these are the steps to replicate:


1. Kinvey.sharedClient.initialize(appKey: appKey, appSecret: appSecret, encrypted: true) success

2. User.login success

3. Kinvey.sharedClient.activeUser?.logout() success

4. Re-run app, Kinvey.sharedClient.initialize(appKey: appKey, appSecret: appSecret, encrypted: true) fails

 

When "encrypted: true" is removed from initialize, then initialize succeeds after app restart.

 

I presume this is a bug. For now, I will use initialize without using encrypted.

 

Regards


Graeme,


Thanks, will reproduce it and notify engineering about it.


Thanks,

Pranav

Kinvey Support

Graeme,

  1. What is the error that you see when you re-run the app and Kinvey.sharedClient.initialize() is called (which fails)?
  2. Can you please send a screenshot of the error, that will be helpful?


Thanks,

Pranav

Kinvey Support


 

Login or Signup to post a comment