search

Home  >  Q&A  >  body text

javascript - The RN project iOS real machine test account cannot log in!

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!

世界只因有你世界只因有你2822 days ago905

reply all(2)I'll reply

  • 大家讲道理

    大家讲道理2017-05-17 10:06:28

    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

    reply
    0
  • 滿天的星座

    滿天的星座2017-05-17 10:06:28

    It is recommended to directly capture the login data to see if any value is passed empty, and then proceed further.

    reply
    0
  • Cancelreply