PageSense iOS SDK — Overview

PageSense iOS SDK — Overview

What is FullStack A/B Testing?  

Traditional A/B testing is visual — change a button color, move a headline, test a layout. FullStack A/B testing works at the code level. You experiment with the logic that drives your app: how features behave, how APIs respond, how prices are presented, which algorithm runs. No visual editor involved.
In a FullStack A/B test:
  • Users are deterministically bucketed into variations based on their user ID.
  • Each variation implements a different behaviour or feature path.
  • Defined goal metrics tell you which variation performs better.
Common use cases on iOS:
  • Changing app feature behaviour without a new release
  • Testing different pricing or offer presentations
  • Optimising recommendation logic or content ranking
  • Running algorithm experiments inside the app
Mobile adds a dimension that web doesn't have: release cycles. FullStack A/B testing on iOS means you can change what your app does — in real time — without pushing an update to the App Store. The experiment logic is already in the app; the configuration drives it.

What the iOS SDK does  

The PageSense iOS SDK sits between your app and the PageSense platform. It fetches experiment configurations, evaluates which variation a user should see, and reports back when goals are completed — all handled internally, without you managing any of the API communication.
It's built for mobile constraints: efficient network usage, local caching, and lifecycle-aware behaviour so it doesn't drain battery or fight with iOS's background execution policies.

With the SDK, your app can:
  • Run FullStack experiments with minimal setup.
  • Cache experiment configurations locally for consistent evaluation, even offline.
  • Evaluate variations in real time and adjust app behaviour dynamically.
  • Capture user interactions and conversion events as they happen.
  • Store user attributes for audience targeting and segmentation in reports.
At runtime, the SDK:
  • Fetches and caches all active experiments for your PageSense project.
  • Determines the correct variation for each user deterministically.
  • Controls app behaviour based on the assigned variation — no app update needed.
  • Tracks goal completions and sends metrics back to PageSense for reporting.



We’ve designed this documentation to guide you every step of the way. If you need further assistance or have any questions, don’t hesitate to contact us at support@zohopagesense.com - we’re always here to help!




        Create. Review. Publish.

        Write, edit, collaborate on, and publish documents to different content management platforms.

        Get Started Now


          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 LinksWorkflow AutomationData Collection
                                Web FormsEnterpriseOnline Data Collection Tool
                                Embeddable FormsBankingBegin Data Collection
                                Interactive FormsWorkplaceData Collection App
                                CRM FormsCustomer ServiceAccessible Forms
                                Digital FormsMarketingForms for Small Business
                                HTML FormsEducationForms for Enterprise
                                Contact FormsE-commerceForms for any business
                                Lead Generation FormsHealthcareForms for Startups
                                Wordpress FormsCustomer onboardingForms for Small Business
                                No Code FormsConstructionRSVP tool for holidays
                                Free FormsTravelFeatures for Order Forms
                                Prefill FormsNon-Profit

                                Intake FormsLegal
                                Mobile App
                                Form DesignerHR
                                Mobile Forms
                                Card FormsFoodOffline Forms
                                Assign FormsPhotographyMobile Forms Features
                                Translate FormsReal EstateKiosk in Mobile Forms
                                Electronic Forms
                                Drag & drop form builder

                                Notification Emails for FormsAlternativesSecurity & Compliance
                                Holiday FormsGoogle Forms alternative GDPR
                                Form to PDFJotform alternativeHIPAA Forms
                                Email FormsFormstack alternativeEncrypted Forms

                                Wufoo alternativeSecure Forms

                                TypeformWCAG

                                  Zoho FSM Video Tutorials


                                        All-in-one knowledge management and training platform for your employees and customers.

                                                  Create. Review. Publish.

                                                  Write, edit, collaborate on, and publish documents to different content management platforms.

                                                  Get Started Now




                                                                    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


                                                                          • Desk Community Learning Series


                                                                          • Digest


                                                                          • Functions


                                                                          • Meetups


                                                                          • Kbase


                                                                          • Resources


                                                                          • Glossary


                                                                          • Desk Marketplace


                                                                          • MVP Corner


                                                                          • Word of the Day


                                                                          • Ask the Experts


                                                                            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 Demo

                                                                                                              Get a personalized demo or POC

                                                                                                              REGISTER NOW


                                                                                                                Design. Discuss. Deliver.

                                                                                                                Create visually engaging stories with Zoho Show.

                                                                                                                Get Started Now








                                                                                                                                    • Related Articles

                                                                                                                                    • PageSense React Native — SDK Customisation

                                                                                                                                      Overview The PageSense SDK provides configuration options that can be set during initialisation to control logging behaviour and how frequently the SDK fetches updated project settings. These options are configured in the native modules and apply to ...
                                                                                                                                    • PageSense iOS SDK — React Native Bridge Integration Guide

                                                                                                                                      Overview This guide explains how to integrate the PageSense iOS SDK into a React Native application using the React Native Native Bridge. The bridge enables React Native JavaScript code to invoke iOS SDK functions and leverage FullStack ...
                                                                                                                                    • PageSense React Native — SDK Functions Reference

                                                                                                                                      Overview This document covers the JavaScript wrapper (PageSenseSDKWrapper.js) which is shared across both the Android and iOS React Native integrations. The wrapper provides a unified JavaScript interface for interacting with the PageSense SDK ...
                                                                                                                                    • Release Notes — PageSense React Native Bridge

                                                                                                                                      Overview This release updates the PageSense React Native Bridge for Android and iOS with support for Revenue Goal tracking. The update introduces PageSenseUserContext and Goal Properties, providing a cleaner and more extensible API for passing user ...
                                                                                                                                    • Installing the PageSense iOS SDK

                                                                                                                                      Before you start The SDK has no third-party dependencies — just standard iOS frameworks. Before integrating, make sure you have: Xcode installed and configured A Swift or Objective-C project set up Internet connectivity for fetching experiment ...
                                                                                                                                      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