BVAuthenticatedUser Class Reference

Inherits from NSObject
Declared in BVAuthenticatedUser.h

Overview

This class provides Bazaarvoice to register the current device with an

existing user profile. In order to use this profile, you must provide your client application a valid authentication string, calculated server-side. For more information on calculating the Authorization string, please refer to the ~!@Bazaarvoice documentation@!~ . The authentication recipe is valid for any customer of the Conversations, Ads, or Recommendations APIs.

  userAuthString

The server-side calulated Authentication string

@property NSString *userAuthString

Declared In

BVAuthenticatedUser.h

– updateProfile:withAPIKey:isStaging:

Update the user profile for the client device given a valid Authentication

string.

- (void)updateProfile:(bool)force withAPIKey:(NSString *)passKey isStaging:(BOOL)isStage

Parameters

force

Force the profile to be updated, regardless last time of update.

passKey

The Authentication string

isStage

pass in YES if using staging server, NO for production.

Declared In

BVAuthenticatedUser.h