How can I simulate multiple iOS devices for testing purposes? -


i want automatically test app enables users message each other. so, need make sure can receive messages on device sent device b. what's way this?

according is there way simulate multiple iphones using xcode/iphone sim?, impossible 5 years ago. still case?

yes, unfortunately ios simulator doesn't allow run multiple devices @ once. may need have 2 macs running @ same time, wouldn't feasible scale either.

if you're unit-testing, since can see tag in question, mock service responsible notifying of new messages , make return stubbed response number of messages send in tests.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -