how to use meta tag in Android manifest for google Map and GCM service -
when go implement google gcm , google map together,how manage meta tag on manifest?
for gcm, mention this.
<meta-data android:name="com.google.android.gms.version" android:value="1110000" />
for google map,they mention this.
<meta-data android:name="com.google.android.maps.v2.api_key" android:value="api_key" />
how utilize both in same manifest file in app.
there isn't problem utilize both, because independent data.
android google-maps android-manifest google-cloud-messaging
No comments:
Post a Comment