-1

I want to integrate the Qlik sense API on android.So i want to know that is there any way to integrate Qlik sense on native application.

Thanks in advance.

DUKE
  • 137
  • 1
  • 1
  • 7

1 Answers1

0

If the application is developed in xamarin c# then you can Qlik sense SDK

https://www.nuget.org/packages/QlikSense.NetSDK/

otherwise use Qlik Sense Repository Service API

http://help.qlik.com/en-US/sense-developer/1.0/Subsystems/Qlik_Sense_Repository_Service_API/Content/QRS%20API/Repository_Introduction.htm

Idriss Benbassou
  • 1,481
  • 2
  • 14
  • 23
  • Thanks ldriss for response,So it will work on android native app.Do you have any demo api for this. – DUKE Aug 18 '17 at 08:54
  • You welcome, there is a lot of exemples here for QS API and also for SDK .NET ==> https://github.com/stefanwalther/awesome-qap – Idriss Benbassou Aug 18 '17 at 12:11