How can implement Flurry Analytics for Samsung Tizen TV? - samsung-smart-tv

I googled for Flurry Analytics but I didn't find any SDK for Tizen TV.
Please tell me that Flurry Analytics SDK is available for Tizen TV?
If SDK is not available then please suggest me is there any way to implement it by custom?

For Tizen, there is no available SDK like Flurry Analytics.
What do you want to do? Do you want to get the report for your apps? or, want to make SDKs for Tizen Apps?

Tizen TV currently supports Web applications developed using javascript only. After research on flurry documentation webpage, I didn't find any information about javascript-only integration.
I think that in this situation the only solution is to use some other analytics framework which has 'pure js' support. analytics.js seem to be some possibility after quick research.

Related

How to integrate Huawei Mobile Services (HMS) in Unity?

I've found a lot of guidelines on how to integrate HMS in my apps. But majority of them are different or using android studio. May I know which one is the latest guidelines to integrate HMS in my apps for Unity.
Also, I want to enable In-App-Purchase (subscription) for my apps as well.
Thanks in advance.
UPDATED
Currently I'm trying to implement In-App-Purchase for huawei. Huawei tech said that users need to signIn first before they can use IAP. But I received this error while testing signIn
How to obtain product info ? here
AFAIK you have two main options:
UDP SDK from Unity, which is the Unity official solution to HMS in Unity. However has been under maintenance for some days now.
Unity HMS Plugin from EvilMinds, an open source alternative that is already functional and includes supports to more HMS kits. Looks pretty promising for the future.
In any case you can still manually access HMS Android SDK directly using Unity SDK Android API.
Unity provides the HMS Plugin here: Unity Asset Store > Huawei HMS Core App Services
The README file contains information about development guides, API references. For more technical questions, please submit a ticket with Unity Customer Service.
Currently Unity does not support the In-App-Purchase (subscription) function. It will be planned in the future.
Update:
For the IAP error:
It is a null pointer. Please check for unassigned objects. If you cannot find anything, please delete project and install again cause sometimes these kind of things happening.

Track Events using Facebook SDK on Nativescript App using nativescript-facebook plugin

I am trying to connect the an app built with Nativescript-Vue with Facebook to set up ads and track the performance. I am reading through the documentation of https://github.com/NativeScript/nativescript-facebook but have not found how should I implement the tracking features (specifically Track App Installs and App Opens). Does the plugin work for events? Thanks.-
I also see that the official facebook Quick Start for iOS SDK tutorial, includes some xml for iOS that it is not included in the plugin docs:
<key>FacebookAppID</key>
<string>XXXXXXX</string>
<key>FacebookDisplayName</key>
<string>XXXXX</string>
Any idea why?
Thanks!
The plugin do not implement events yet. But you may do it by accessing the native apis on the iOS / Android SDK.
Learn more about accessing native apis for iOS / Android from JavaScript in the docs.

Can anyone explain how to integrate Google Analytics on iOS by swift without cocoapods?

I've read Google's only swift guide for analytics and I got some errors. When I researched them people said Cocoapods method have some bugs. And how to integrate Google Analytics on iOS by swift without cocoapods?
I am not sure if Google Analytics for iOS will be able to provide you with all the needed analytics for a mobile app, but if you have decided this is the way to go then here is something that may help.
Below if a guide to setting up the Google Analytics SDK in iOS manually, it is a tutorial on the Ray Wenderlich site (which is always a great resource). It is for iOS 7 but should point you down the right path...
http://www.raywenderlich.com/53459/google-analytics-ios

How to integrate google analytics to Titanium mobile applications?

I need to integrate google analytics to both iOS and Android mobile applications using Titanium. Can someone guide me on what APIs to be used and explain what values I can retrieve through them?
Ishara,
I would start at gitt.io. It's a site dedicated to providing open-source titanium modules and widgets. This link takes you to 30 available modules. Email the developer if you have questions. Hope this helps.

How to use Flurry Analytics in Iphone (Titanium Studio)

I am new in flurry analytics. Need to add flurry analytics in my Iphone Application.
I didn't get any site to explain flurry analytics for titanium Iphone.
If any one done this already.. please help me..
Thanks...
I found appcelerator-flurry-module-for-iphone-ipad-and-android for both apple and android product.
and this is a module for flurry for titanium-android at github.