I have a gaming App in android launched in Google play. I would like to update the user score somewhere in cloud and make it available across the users. Is there is any free service by Google for the App Publishers. Can we use GCM for this purpose.
Any pointers / Ideas on this will be highly appreciated.
Thanks in Advance.
yes, you can use gcm or cloud connect for this purpose, may be this links are helpful to you
http://developer.android.com/training/cloudsync/gcm.html
https://bradablog.appspot.com/?p=207
if you wants to leaderboard check this link:
https://developers.google.com/games/services/android/leaderboards
Related
could someone share any links where described how Google Hangouts works under the hood? I've googled a lot about it and no answer. I know that they lately started to use WebRTC. Interesting about does it use WebRTC gateway? How there peers connected? Is there any mesh network of peers? How they managed to support up to 25 users in video call?
Thanks in advance!
https://webrtchacks.com/hangout-analysis-philipp-hancke/ shows a mid-2014 analysis. This is not using a mesh but a server.
I am having an iOS App in which Firebase is already integrated for the purpose of Push Notifications. So, I am having a GoogleService-Info.Plist file at the root of my target.
Now, I am adding Google Analytics SDK through pods and the tutorial is asking me to download another GoogleService-Info.plist file which is having a tracking ID. So, I am confused now that how to use Google Analytics in this case as I am already having a plist file.
I want to use google analytics as I want to do screen tracking which is not that efficient in FireBase Analytics.
Please can anybody guide me through the process of integrating Google Analytics when Firebase is already present in the app?
Thanks in advance.
This should help you with a common tutorial online FireBase Analytics Docs.
Use these docs to follow along in a tutorial that firebase has. For what I know about firebase is almost all the tutorials and help are written in swift and is kinda annoying if your writing in objective-c like I do. There is also sample projects on their website so it might be helpful to start at a sample project and work from there.
we've been working with a 3rd party Android device that uses API 17. We want to make a native Google API app so that we can map data for our customers. What happens is the app crashes and it says "Google Play Services required". Is there a workaround to this? can we somehow embed or package a file that is good enough to use Maps? We've spoken with the hardware company and they made a decision to not allow google play services. We are partnering with them to release the device with a couple of apps we offer with the device. Any help is appreciated
Google Play services enables Maps to run on your Android devices, as per Google statement:
With Google Play services, your app can take advantage of the latest,
Google-powered features such as Maps, Google+, and more, with
automatic platform updates distributed as an APK through the Google
Play store. This makes it faster for your users to receive updates and
easier for you to integrate the newest that Google has to offer.
That means you need Google Play services to make Google Maps work.
Download it here.
GCM features is added with the Google Services. While developing android application to use the GCM the device require to have Google APK installed.
And I heard that some of the devices not having the Play Store APK or there is no support for GCM. The devices like Amazon Fire phone, xiaomi and all.
I want to develop an app to support all the user. Is not like the user having installed Play Store APK can use our application.
I thought of using pubnub. I don't know whether this is an right alternative. Because I am not finding any other way to overcome this issue.
Please help me on this.
Thanks in advance.
I am working on a chat app in Titanium .I need to store my chats in Cloud server provided by appcelerator(ACS). Can anybody give some idea about it .
Suggestions are always appreciated.
Thanks in advance
I would suggest reading the manual. There's an API specifically for Chat.
http://cloud.appcelerator.com/docs/api/v1/chats/create