0

I have a client - server application. Client (iOS application) has to download content from the server. Is it possible to determine if request is from the application downloaded from the App Store of just regular request (should be dropped)? Is exists a possibility to avoid hardcoded credentials in the application? Thanks

Ashish Thakkar
  • 944
  • 8
  • 27
  • Checkout this answer: http://stackoverflow.com/a/18619270/1463604 – Nishant Jul 20 '16 at 10:38
  • My question is a bit different. I need to check on Server Side if request comes from the legal application. Not just determine inside the application. – Nick Zaporozhchenko Jul 20 '16 at 10:49
  • Well, you will have to add a 'environment' parameter in your request from client side. Afterall, the server will know only if the application tells it somehow (via request in your case) – Nishant Jul 20 '16 at 10:50
  • My intention is to check some UID (or whatever generated in valid app) within the appstore. – Nick Zaporozhchenko Jul 20 '16 at 11:04

0 Answers0