1

I am using google app engine to talk to my iOS app. Is there a way to restrict the api access using the app bundle identifier so that no other apps can access the api?

tbag
  • 1,268
  • 2
  • 16
  • 34

1 Answers1

0

How does your app talk to GAE? This is possible with Endpoints.

Nikita Uchaev
  • 1,164
  • 5
  • 16