How do I start with Watson Data Analytics for iOS App? - ios

Watson analytics : https://www.ibm.com/analytics/watson-analytics/us-en/
is having a lot information but not the one that I need.
I want to know if I can make it with iOS App. The other services like text-to-speech, translation, news, speech-to-text , etc I have tried. They all come with Watson iOS SDK. but analytics is something different and not in SDK. Not getting where do I start from.

You can use the REST API as suggested above, and use the developer center for Watson analytics to use API available here - https://developer.ibm.com/watson-analytics/
The complete information about importing the data and using API explorer is covered in the Getting started guide here.

Watson Analytics is not part of the Watson iOS SDK. There is a REST API you can use if that helps.

Related

IOS Swift application and Google Analytics questions

I want to create a small chat application of IOS swift and I am still a beginner in it but I have some experience and knowledge with android studio. Also, I am not very familiar with Google analytics, thus I apologize if the following questions seem ridiculous or easy:
1) Can I use Google Analytics to track a user's behaviour on IOS Swift?
2) My specific concern if I can track how much each user will use the keyboard or voice recording message?
3) Do you recommend or suggest any resource to tutor IOS Swift or Google Analytics?
Here is a guide to implementing Google analytics into an iOS app, there documentation is normally pretty good.
https://developers.google.com/analytics/devguides/collection/ios/v3

iOS - XMPP with WebRTC for realtime video call or chat

I have searched the whole web but did not get any document for passing the XMPP IQ to WebRTC. Also I see is the XMPP Jingle class, but cannot find any document for integrate this.
Can someone help me with setting up a two-way video call using XMPP and WebRTC? By providing a working sample of Objective-C code?
I have tried:
Checking https://github.com/YK-Unit/AppRTCDemo and many other Github projects.
Are you want to support different platforms to get live video streaming?
So, i have a very good experience with https://www.nanocosmos.de/ library.
It's supports iOS, Android and Web. Has demo applications and trial period.
About documentation:
XMPP Framework: https://github.com/robbiehanson/XMPPFramework/wiki/IntroToFramework
It's very good documented.
WebRTC Native Code:
https://webrtc.org/native-code/ios/
It's contains all information about WebRTC.

How i can read google analytics data from my iOS application?

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.

how to upgrade ios sdk for google glass app development

I am new bie to xcode.I want to create google glass app in ios.I googled many sites.But didn't find proper information regarding this and even want to know how to upgrade google glass API in xcode. please give any links and suggestions to develop sample google glass app in xcode.Thanks for your suggestions in advance.
You'll be using the Mirror API, which is a REST based web API. Although the Google Objective C library supports the Mirror API, there is not a lot of documentation on its use. You can see the Mirror API documentation for generic guidance which you will need to apply to the specific ObjC implementation.
Update: While you don't need to download or use this library, if you don't, you'll need to use HTTPS calls to Google's servers instead. You should read the documentation about the Mirror API at https://developers.google.com/glass/

Is Google Maps IOS SDK free to use?

We have a commercial web application and we are planning to develop android and iOS apps(free) for our customers
Is google maps ios sdk is free to use in my app?
we want to open google maps app from our app using custom url scheme to show driving directions. Does this approach have any restrictions?
There is nice FAQ about your questions on Google Developers website:
Is google maps iOS SDK free to use in my app?
Yes
we want to open google maps app from our app using custom url scheme to show driving directions. Does this approach have any restrictions?
Google Map API for Business - Usage Limits
The google maps iOS sdk is free for use. i have already integrated google map api functionality on one of my phonegap application. After making some minor changes in to the sdk you can enable the real time navigation on the google map as well.
so you can do a lot with the google sdk.
Hope this will help.
It actually depends, if you are using advanced feature eg Street View, it charges, but for basic feature, it is free for native app, but JS query is not free (eg wrapped by Webview) is not free.
Checkout the official website for more detail and accrete information: https://developers.google.com/maps/documentation/ios-sdk/usage-and-billing

Resources