I am working with google place api and I tried so much but google place api does not provided Indian Data. Does google place api provided Indian Data? If yes then please send me any link or any idea to develop this functionality. My google api key will expire after 24hours so Is there any way to increase time limit??
I want to develop following type of map application in iPhone.
Thanks in advance
Related
Facebook have deprecated their app notifications API so there is no way to push content to a users phone based on segments anymore, correct me if I'm wrong.
The problem is that I want to analyse Facebook analytic data programatically and display different products to my customers based on how they use the app, to do this I need access to Facebook analytics through a PHP SDK or JavaScript SDK. How do I access Facebook analytics programatically? I can't find anything in their PHP SDK which would let me do this.
Furthermore, I want to push notifications to specific segments of users, now that Facebook have deprecated their app notifications API, how can this be accomplished?
Could it be worth switching to Firebase / Google analytics, would these services allow me to accomplish these tasks?
Thanks
Analytics is primarily about post-event analysis, vs real-time optimization. All of the products you mention focus on post-event analysis and don't support you reading data out for a single individual (i.e. the current user), through an API or otherwise.
Using Google Analytics' API I'm getting a report (sessions, users, new/returning users, page views, bounce rate, etc...) on all devices, every value is correct except "users" value on my Android and iOS devices. Google Analytic's returning over 2.5x amount of value that is shown in Google Analytic website, I've also used this link and it's returning the same value as Google Analytics website.
This is only happening to apps analytics, on a desktop and mobile site everything's fine.
I've already checked the sampling level, not sure what else could go wrong.
I'd appreciate the help, thank you in advance.
There was an issue with Google Analytics's API v.4 that returned the aggregation of users within the provided date range instead of unique users.
I don't know if the problem still exists, but I managed to use ga:7dayUsers or ga:30dayUsers type of metrics to retrieve my unique users.
When we search some company in Google, there is a card display the company info in the right area. Does an api exists to get these info? I scan quickly in Google API Console and didn't found it. Does anyone can make sure that is it exists or not?
Google calls it the knowledge graph. There is an API to it.
)
I have made an app,
i made a free app, which shows a list with restaurants. To see which restaurants are in your near i implemented the google map api v3.
On the map are icons which show the restaurants.
When i submitted the app on iTunes, i got the question: Does your product contain encryption?
I have looking for information on the google site about encryption, but i haven't found any information.
I don't know if they use encryption and i don't know which encryption they use.
i read on this site, but i don't know if my app/the google map api v3 is is described by note 4 and free from encryption control.
Has someone experience or information?
Do i need a ERN-Certificate or something else?
Thanks in advance
It's more to do with whether your application performs any actual encryption in the source code.
See this post - Does HTTPS in my app considered "Encryption"
I have a couple of questions regarding using Google maps API, especially the Places API in my iPhone application.
Can I use Places API in my iPhone app and still release the app as a paid app? Could I release my app as free if I am unable to use these APIs in a paid app?
Is there an example for figuring out store locations around user's current location using Places API? For example if the user types "Groceries" in the app, I would like to show all the Store that sell groceries near the user's location.
Thanks!
1) Taken from their terms and conditions:
If your Maps API Implementation is
deployed internally or you are
charging for use of your Maps API
Implementation, please contact the
Google Maps API Premier sales
team for more information.
2) Location is a required parameter in any search request:
http://code.google.com/apis/maps/documentation/places/#PlaceSearchRequests
Yes, you can use Google Map API in paid apps according to the term of use 9.1.1-(a) and 9.1.2-(b). The terms of service can be found at https://developers.google.com/maps/terms :
(b) Mobile Applications. The rule in Section 9.1.1(a) (Free Access) does not apply if your Maps API Implementation is used in a mobile application that is sold for a fee through an online store and is downloadable to a mobile device that can access the online store.
Examples can be found at https://developers.google.com/places/ and https://developers.google.com/places/documentation/