Android emulators with phone numbers?

前端 未结 3 1002
Happy的楠姐
Happy的楠姐 2020-12-30 13:31

I\'m working on a client-server Android application and trying to figure out how to identify different phones/users to the server unambiguously. My first attempt would be to

3条回答
  •  再見小時候
    2020-12-30 14:17

    You should use the number present by the emulator. Eg. usually first emulator that is running has number 5554, second 5555, and so on.

    You can use these numbers to make calls, send text messages from emulator to emulator. This, I think, simulates different numbers/users for your purposes.

提交回复
热议问题