Projects developed using react native have no problem running on the Android simulator and real machine, and there is no problem running on the iOS simulator
However, the login function cannot be used during iOS real machine testing
There is no event response after entering the account password!
Please give me some solutions and directions, thank you very much!
Finally, I found that the problem was that there was something wrong with the pushed bundle ID. There was no problem with the universal one used on the simulator, but on the real machine, because the bundle ID of the current project was different from the one on the push certificate, I couldn't log in. After modifying the local bundle ID and pushing one on the certificate, the problem was solved
It is recommended to directly capture the login data to see if any value is passed empty, and then proceed further.