website logo
HomeGo to Dashboard
User Guide
How-To Videos
Developers
Navigate through spaces
⌘K
Getting Started
Introduction
Compatibility
Terminology
SDK Installation
Shopify
Any Website
Dukaan
Angular 2+
WooCommerce
WordPress
Android Native
iOS Native
Flutter
Cordova
Ionic
React Native
Data Integration
Data Models
Mandatory Events
Mandatory Properties
Call to Action
System Events
Device Properties
Docs powered by
Archbee
SDK Installation
iOS Native

Tracking Screens on iOS

1min

Track Screen Names

Tracking screen names is also a very important part of Cooee’s engagement. We recommend you add a screen name on every activity/screen change.

ObjectiveC
Swift
|
- (void) trackCurrentScreen 
{
    CooeeSDK *cooeeSDK = [CooeeSDK getInstance];

    [cooeeSDK setCurrentScreenWithScreenName:@"Home"];
}




Updated 03 Mar 2023
Did this page help you?
PREVIOUS
Tracking Properties on iOS
NEXT
CTA Callback in iOS
Docs powered by
Archbee
TABLE OF CONTENTS
Track Screen Names
Docs powered by
Archbee