I ran an App with Touch ID funtion. and I changed the Bundle ID,The Touch ID on the last builded App was OK, but the previous one with different Bundle ID was failed with error:
Error Domain=com.apple.LocalAuthentication Code=-1004 "User interaction is required." UserInfo={NSLocalizedDescription=User interaction is required.}
But I modified the source code a bit, problem solved,I want to know why building same souce code with different bundle id,only the last builded one is working.Thanks!