Ric Santos
Ric Santos

Reputation: 16437

Apptentive iOS SDK clear conversation

Using Apptentive SDK for iOS (https://github.com/apptentive/apptentive-ios).

When a user logs out of my app, I need a way to clear the conversation that is saved by Apptentive.

Have tried:

[[ATConnect sharedConnection] setInitialUserName:@""];
[[ATConnect sharedConnection] removeCustomPersonDataWithKey:@"name"];

Upvotes: 5

Views: 380

Answers (0)

Related Questions