Reputation: 109
I am integrating a third party sdk with my android app. They require GCM Key to be disclosed to them. Is it secure to share the GCM Key of my app to the third party vendor, or there are any security related issues?
Upvotes: 1
Views: 57
Reputation: 3723
The Google API key is your property, it is better to not share it, but if the third party library uses GCM services to work properly you will have to provide it.
Upvotes: 1