Google Analytics Reporting SDK for iPhone? - ios

Upon exploring new ideas for apps, I stumbled on one that seemed pretty easy to do once nailed down to the right SDK, etc. I want to use Google OAuth authentication system to report Google Analytics data into my app, from the users account.
A couple days of researched turned up pretty much nothing but on how to add Google ANalytics to YOUR app to track YOUR views, etc.
Where should I begin? Does Google have Sample Code for this?

Google has a complete API for accessing the Google Analytics data. See https://developers.google.com/analytics/devguides/
There are several iOS apps out there that already use this data to provide graphical and numerical data on your GA account.

Related

disallowed_useragent with Google Drive SDK

I am trying to implement Google Drive SDK in my project but nothing seems to go well, i wanted to upload images and create folder on Google Drive but i am stuck with the error ,which i don't know how to get through, as i found nothing related to the following error.
I have strongly followed this link for code
Google has updated its security restrictions for OAuth flow. They are not going to allow native web-views to initiate OAuth flows. You will need to use the OS browsers to do so.
Modernizing OAuth interactions in Native Apps for Better Usability and Security
You may have to wait for google to update the sample code or figure out how to do it yourself sorry i am not an IOS developer so cant be of any help.
The issue is already logged on the issue forum for Google drive 4919

feedback feature in ios using google spreadsheet

I want to implement the user feedback feature in ios application.
I am thinking of integrating the google ios api in the ios app.
I want to add the user feedback in the developers google spreadsheet.
Any user who writes feedback and sends bugs,screenshots will be added to spreadsheet on the google drive of the developer.
Anybody has attempted this feature? Any suggestions are highly appreciated.

Facebook Instal Tracking like Google AdWords in iOS

One of my clients asked me to add the conversion tracking of Google Analytics AdWords, and they send me this link:
https://developers.google.com/app-conversion-tracking/ios/conversion-tracking-server
We use Google Analytics to track everything in our app and we are not interested in use the Facebook SDK to track the same (or almost the same) we track on Google Analytics, so I have been looking for a way to use the Facebook Pixel in a similar way Google does.
In Google I just have to call this URL (this is the example of the link above):
https://www.googleadservices.com/pagead/conversion/0123456789/?label=abCDEFG12hIJk3Lm4nO&rdid=8880ea97-db86-4e10-a10f-4e71461ab8f9&bundleid=com.example.MyApp&idtype=idfa&lat=0
If I get a 400 response the URL is not well formed and if I get a 200 response everything is ok, is pretty easy and in accordance with our development.
Is there a way to do something similar with the Facebook Pixel? I have look a lot on the web and everything I can find tells me to install the Facebook SDK in my iOS project.
Thanks to all in advance for the help.

How to Integrate Google Now to iOS App

I have to integrate Google Now to iOS apps. Please help me with an idea.I have to find out how to integrate Google Now to my iOS app and Alerts will be shown in Google Now.
Currently, the only way to integrate with Google Now is with Google email schemas. You can find the supported Google Now schemas here:
https://developers.google.com/schemas/now/cards?hl=en
Bus reservation and train reservation will also integrate with Google Now:
https://developers.google.com/schemas/reference/bus-reservation
https://developers.google.com/schemas/reference/train-reservation
It's ideal that your app is transactional. Please note that your email will have to be whitelisted in order to send Google schemas. You can find info on registering here:
https://developers.google.com/gmail/markup/registering-with-google
If you would like to do some testing on triggering Google Now cards, you can use the following Apps Script tutorial (using your personal Gmail account):
https://developers.google.com/schemas/tutorials/apps-script-tutorial
If you post more information on what your iOS app does, I can help you determine which markup will help you achieve what you're trying to do.

Single Sign-On For Google Calendar API?

I have recently implemented the Google Calendar API into my iOS project using the instructions from this: https://developers.google.com/google-apps/calendar/quickstart/ios#further_reading
After some testing I noticed that I have to sign in each time the user wants to update the calendars from Google, which is not what I want.
I looked around and saw something like GPPSignIn, however that is not incorporated into this specific library.
Does anyone know a way to implement SSO for the calendar specific API that google offers, or do I have to implement it another way using the Google Plus library somehow. Any advice would be appreciated.

Resources