You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
old plugin (verion 1.0) did work till now. but when i try to use updated plugin with following change
remove var kc = new Keychain()... instead use global Keychain and instead of getforKey.. i am using get(..) as per readme file. (providing the 'key' and removing servicename)
but its not working in ios11. and yes i do have keychain sharing enabled in xcode ? any idea how to fix this .. please..
more details.. when key is not found. it returns null.. in the previous version it was going in the fail function. if key is not found. then it should not go to success..
The text was updated successfully, but these errors were encountered:
old plugin (verion 1.0) did work till now. but when i try to use updated plugin with following change
remove var kc = new Keychain()... instead use global Keychain and instead of getforKey.. i am using get(..) as per readme file. (providing the 'key' and removing servicename)
but its not working in ios11. and yes i do have keychain sharing enabled in xcode ? any idea how to fix this .. please..
more details.. when key is not found. it returns null.. in the previous version it was going in the fail function. if key is not found. then it should not go to success..
The text was updated successfully, but these errors were encountered: