Allow iOS app users to place calls and texts to each other through Twilio numbers, Parse backend
问题 EDIT: This question is very moot with the rollout of Twilio Proxy! Check that out instead. It basically does what I wanted to do but way better, and with less manual organization on my own end. I am building an app with a feature that let's you call or text another user you are matched with. However, I don't want to give out user's information, so I am trying to mask the user's numbers with a number I have through Twilio. I am using Parse as my backend, which allows me to run cloud code and