How to install a Software Development Kit?

How to install a Software Development Kit?

What is a Software Development Kit?

Software Development Kit (SDK) is a collection of software development tools in one installable package. They facilitate the creation of applications by having a compiler, debugger, and sometimes a software framework. They are usually specific to a hardware platform and operating system combination.

How to install SDK?

Android Setup

To start tracking metrics for your Android app, make sure you first integrate the Zoho PageSense Android SDK to all your app pages.

STEP 1: To access the PageSense library, copy-paste the maven repository shown below in the root /build.gradle file.
  1. allprojects {
  2.  repositories {
  3.  maven {
  4.  url 'https://maven.zohodl.com'}
  5.  }
  6. }

“build.gradle file” is a configuration file used by Gradle, a build automation tool. It contains instructions and configurations for building an Android app project.

STEP 2: Copy-paste the following dependency in the app/build.gradle file.
  1. dependencies {
  2.  implementation 'com.zoho.pagesense:pagesense:1.0'
  3. }
STEP 3: To use the PageSense Tracking API, copy-paste the line of code shown below into your onCreate method of application class.
  1. public class CustomApplcation extends Application {
  2.  @Override
  3.  public void onCreate() {
  4.  super.onCreate();
  5.  PageSense.init(this, "ql9o3kdm:84559b6c32ee48dd8728477ffed549a3:17:US");
  6.  }
  7. }

In an Android project, there are typically two build.gradle files:
Project-level build.gradle: Located in the root directory of the project, this file defines build configurations that are applied to all modules in the project.
Module-level build.gradle: Located in each module's directory (usually the app directory), this file defines build configurations for the specific module.

Further, by editing the build.gradle files, you can customize your app's build process to suit your needs. This can include adding new dependencies, configuring build types, and optimizing your app's size and performance.

iOS Setup

STEP 1: Adding the ZohoPageSenseSDK.xcframework to the app directly - there are two ways to get this done.
You can either download the PageSense SDK from here. And then drag and drop the folder “ZohoPageSenseSDK.xcframework” inside your project.

Or

Using Cocoapods, add the PageSense SDK to your Pod file as shown below: (Recommended)
  1. pod 'ZohoPageSenseSDK'

STEP 2: To use PageSense Tracking API, copy-paste the line of code shown below to your application class.
  1. func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
  2.   // Override point for customization after application launch.
  3.   PageSense.setAppID(appID: "demobackstagespagesense:a081bedd6bc74c6e9b56ca8baead23ee:1:US")
  4.   return true
  5. }

We hope this documentation helps make the process easy for you. Please feel free to reach out to us anytime by dropping an email to support@zohopagesense.com if you need more explanation or have any questions.



    Access your files securely from anywhere

      Zoho CRM Training Programs

      Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

      Zoho CRM Training
        Redefine the way you work
        with Zoho Workplace

          Zoho DataPrep Personalized Demo

          If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

          Zoho CRM Training

            Create, share, and deliver

            beautiful slides from anywhere.

            Get Started Now


              Zoho Sign now offers specialized one-on-one training for both administrators and developers.

              BOOK A SESSION






                          Quick Links Workflow Automation Data Collection
                          Web Forms Enterprise Begin Data Collection
                          Interactive Forms Workplace Data Collection App
                          Offline Forms Customer Service Accessible Forms
                          Digital Forms Marketing Forms for Small Business
                          HTML Forms Education Forms for Enterprise
                          Contact Forms E-commerce Forms for any business
                          Lead Generation Forms Healthcare Forms for Startups
                          Wordpress Forms Customer onboarding Order Forms for Small Business
                          No Code Forms Construction RSVP tool for holidays
                          Free Forms Travel
                          Prefill Forms Non-Profit

                          Intake Forms Legal

                          Form Designer HR

                          Card Forms Food
                          Assign Forms Photography

                          Translate Forms Real Estate
                          Electronic Forms

                          Notification Emails for Forms Alternatives
                          Holiday Forms Google Forms alternative 
                          Form to PDF Jotform alternative





                                            You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                                Manage your brands on social media

                                                  Zoho Desk Resources

                                                  • Desk Community Learning Series


                                                  • Digest


                                                  • Functions


                                                  • Meetups


                                                  • Kbase


                                                  • Resources


                                                  • Glossary


                                                  • Desk Marketplace


                                                  • MVP Corner


                                                  • Word of the Day


                                                    Zoho Marketing Automation

                                                      Zoho Sheet Resources

                                                       

                                                          Zoho Forms Resources


                                                            Secure your business
                                                            communication with Zoho Mail


                                                            Mail on the move with
                                                            Zoho Mail mobile application

                                                              Stay on top of your schedule
                                                              at all times


                                                              Carry your calendar with you
                                                              Anytime, anywhere




                                                                    Zoho Sign Resources

                                                                      Sign, Paperless!

                                                                      Sign and send business documents on the go!

                                                                      Get Started Now




                                                                              Zoho TeamInbox Resources



                                                                                      Zoho DataPrep Resources



                                                                                        Zoho DataPrep Demo

                                                                                        Get a personalized demo or POC

                                                                                        REGISTER NOW


                                                                                          Design. Discuss. Deliver.

                                                                                          Create visually engaging stories with Zoho Show.

                                                                                          Get Started Now









                                                                                                              • Related Articles

                                                                                                              • Introducing Mobile Analytics in Zoho PageSense

                                                                                                                What is Mobile Analytics? Observing, understanding, and evaluating user behavior within a mobile application is called Mobile Analytics. This includes collecting information on user behavior, such as in-app purchases, software installations, user ...
                                                                                                              • Introduction to web analytics in PageSense

                                                                                                                Today, there are plenty of CRO (conversion rate optimization) tools in the market that can help you get insights into what exactly your visitors do on your webpage, where they drop off in their journey, and how you can optimize your website for ...
                                                                                                              • Install the Zoho PageSense extension in Chrome

                                                                                                                Zoho PageSense is a complete conversion rate optimization (CRO) software that will help you optimize your website and boost conversions. The Zoho PageSense extension for Chrome is a gateway to create and launch A/B test and heat map experiments ...
                                                                                                              • Install the PageSense code snippet on Wix

                                                                                                                If you're using Wix, cloud-based software to build and customize your online business website, you can add the PageSense snippet code on your Wix sites to start quickly start tracking and understanding all of your website data with ease. This ...
                                                                                                              • Install the Zoho PageSense snippet code on your website

                                                                                                                To run experiments and track your visitor data, you will need to install the Zoho PageSense snippet code to the experiment pages on your website. No other information is collected or communicated by the extension. Adding the snippet code to your ...
                                                                                                                Wherever you are is as good as
                                                                                                                your workplace

                                                                                                                  Resources

                                                                                                                  Videos

                                                                                                                  Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                                  eBooks

                                                                                                                  Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                                  Webinars

                                                                                                                  Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                                  CRM Tips

                                                                                                                  Make the most of Zoho CRM with these useful tips.



                                                                                                                    Zoho Show Resources