Troubleshooting Objective-C SDK

This page explains how to identify your SDK version in the PubNub Objective-C Software Development Kit (SDK).

How to find the version of your iOS SDK

Identifying your Software Development Kit (SDK) version is an essential first step in troubleshooting. Some issues are version-specific or already resolved in subsequent releases.

To find your exact version, do one of the following:

  • In your Xcode project, navigate to PubNub > Misc > PNConstants.h.

  • Alternatively, access it through code:

    NSString *version = [PubNub information].version;
Last updated on