How can I link my servers to my app in Xcode so that I can get an email when a user fills out one of my reservation forms?
Forms
Why not just have the app call a script on your servers when a user submits a form in the app? The script can email you.