Im having a calendar inside my app and it is possible to synchronize that calendar with the apple calendar app on iOS (it then automatically synchronizes with icloud if enabled).
Now I want the same for the google calendar app on iOS but all I could find for now is the google calendar web API. The problem: you need to be online for that but my App should have a full offline support. So I thought maybe it would be possible to access the iOS google calendar app installed on the device to add / remove / modify events.
Is it possible to do so or is there now API for the iOS google calendar app?
There is currently no API that allows you to interact with the Google Calendar App for iOS.
The samples seen here are specifically for interacting with the Google Calendar service, not with the Google Calendar for iOS app itself.
Related
Is it possible to add an ics calendar feed (from an MS365 outlook calendar) to Google calendar IOS mobile app?
I have added the link to the web app but can't figure out how to do it on IOS?
This is now resolved. MS 365 ICS calendar feeds now work on IOS app.
My app has two widgets and I would like to learn how many users activated them in Today's view.
If your app also has a server, you could ping your server every now and then with a record of how users are using your app. Alternatively, you could use a service like Google Analytics or Facebook Analytics to keep track of different events in your app.
I have implemented firebase to my iPhone app, in Google analytics on my Macbook I can see the reports when I switch Property in Admin section. But I can't see the data on Google Analytics application, all I can see is "All mobile App Data", which is basically just Google data after implemented Google analytics tracking code, not Firebase tracking.
Is there any way to see Firebase analytics data on the iphone app or do I have to implement Google analytics tracking code as well?
Or is there better tool for app analytics?
Thank you for suggestions
With Firebase installed, you can either:
Use Firebase Reporting in GA, which just displays the Firebase Analytics interface in GA.
Install GTM on your app alongside Firebase and use GTM to fire off tags to GA when certain Firebase events are fired.
Firebase mobile integration and GA mobile intergration are separate things.
I am trying to read google analytics data for sessions and real time users , locations ... from my iPhone Objective-c App
is there any SDK can achieve this or maybe REST API from google ?
you can build REST API in your favourite language and use that in your iPhone app.
I'm writing an app to sync with the built-in calendar.app using event kit. The built-in calendar.app will sync with Google Calendar when opening. However, my app will not sync with Google Calendar when opening.
Is there any method to sync with Google Calendar through the built-in calendar.app in code (open my app, and it will sync with Google Calendar without any setting)?
In iOS5 EKEventStore have refreshSourcesIfNecessary method.