I'm building an app which communicates with a web service I have developed. The app gets authenticated to the web service using basic auth. The username and password are stored as string variables in my code.
This doesn't feel very safe. Is it possible for someone to extract the password and username strings from the .ipa file? If it is, how should I store these strings?