Hello,
I need to allow the user to enter their credit card information through the app so I can save it on my server to charge for lawn service. This would not be in conflict with an in-app purchase since I am not unlocking anything on the app. So would I just use some encryption before passing the information to my server to save? Any particular practices for these methods? I am using the stripe.com merchant service to do the charging which is done on my server side. The results will just be returned back.
Thanks,
Warren