IOSAD-186 used old sample app

IOS-2651
Andreas Buff 2 years ago
parent fe89b0d8d2
commit 1d59f09d9e

@ -23,17 +23,14 @@
NSLog(@"PEPRating rating = [pEpSession ratingFromString:@\"reliable\"];: %d", rating);
PEPIdentity * testee = [[PEPIdentity alloc] init];
testee.address = @"lkjasdf@kjahsdf.de";
testee.userID = @"lskjdgf";
testee.address = @"dummy@data.de";
testee.userID = @"DUMMY_ID";
[pEpSession mySelf:testee errorCallback:^(NSError * _Nonnull error) {
NSLog(@"!");
assert(false);
} successCallback:^(PEPIdentity * _Nonnull identity) {
NSLog(@"success");
}];
testee.tostru
}

Loading…
Cancel
Save