Hello,
After upgrading to b4i 3.0 or maybe to ios10 , dont sure exactly , I have an interesting problem.
I have 2 apps that are already on the store ( which means i am sure their package names are different )
I always remember username and password with using keychain all in my apps. If login is succcess than i add
p.keychainput("username",txtusername.text) and same for the password. Today i realized that after i compile my apps with b4i 3.0 beta , i logged in to my one of my apps and entered my information and logged in. Later i opened my other app and saw that , the username and password i used in my other app is remembered in this app. i use same keys all in my apps and i did this without any problem but today, it is something like all my apps use the same keychain and when i put username and password keys into keychain my other app is also getting that value from the keystore. I know it seems interesting but this is the case . What may be wrong ?
TY
After upgrading to b4i 3.0 or maybe to ios10 , dont sure exactly , I have an interesting problem.
I have 2 apps that are already on the store ( which means i am sure their package names are different )
I always remember username and password with using keychain all in my apps. If login is succcess than i add
p.keychainput("username",txtusername.text) and same for the password. Today i realized that after i compile my apps with b4i 3.0 beta , i logged in to my one of my apps and entered my information and logged in. Later i opened my other app and saw that , the username and password i used in my other app is remembered in this app. i use same keys all in my apps and i did this without any problem but today, it is something like all my apps use the same keychain and when i put username and password keys into keychain my other app is also getting that value from the keystore. I know it seems interesting but this is the case . What may be wrong ?
TY