Inherits from NSObject
Declared in GSSDKInfo.h

Tasks

  • + hashedDeviceId

    The hashed identifier of the device that is currently running the SDK.

  • + setGUID:

    This is a convenience method to set the global unique identifier for the application. This method should be called before any view controller containing a GSBannerAd is initialized if the delegate does not implement the greystripeGUID method. This can only be set once. All subsequent attempts to set the GUID will be ignored.

  • + updateLocation:

    If the application is monitoring location updates, this method should be called whenever the location manager gets an update.

Class Methods

hashedDeviceId

The hashed identifier of the device that is currently running the SDK.

+ (NSString *)hashedDeviceId

Declared In

GSSDKInfo.h

setGUID:

This is a convenience method to set the global unique identifier for the application. This method should be called before any view controller containing a GSBannerAd is initialized if the delegate does not implement the greystripeGUID method. This can only be set once. All subsequent attempts to set the GUID will be ignored.

+ (void)setGUID:(NSString *)a_GUID

Declared In

GSSDKInfo.h

updateLocation:

If the application is monitoring location updates, this method should be called whenever the location manager gets an update.

+ (void)updateLocation:(CLLocation *)a_location

Declared In

GSSDKInfo.h