google api - API Key Restrictions for iOS Apps with Bundle Identifier -


when calling https://servicecontrol.googleapis.com/v1/services/{servicename}:check, how bundle identifier supposed passed api key can validated ios app restricted bundle identifier? i'm passing in "api_key:[my_key]" consumerid, , have tried passing bundle identifier user agent, referrer, platform, , service agent (all via labels). i'm getting following error each of these attempts:

"checkerrors": [ { "code": "client_app_blocked", "detail": "requests ios client application \u003cempty\u003e blocked." } ], 

is there way pass bundle id in?

thanks, ian

the bundle identifier passed in via servicecontrol.googleapis.com/ios_bundle_id operation label.

i provided information via following thread: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/google-cloud-endpoints/i-u3sauu3ts. i've made changes python endpoints management code documented following pull request: https://github.com/cloudendpoints/endpoints-management-python/pull/28.


Comments