Skip to content

Instantly share code, notes, and snippets.

@nataliaconde
Created June 16, 2021 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nataliaconde/f69175b21b17180d960fa39b43c153e4 to your computer and use it in GitHub Desktop.
Save nataliaconde/f69175b21b17180d960fa39b43c153e4 to your computer and use it in GitHub Desktop.
Incognia Objective-C
[ICGIncognia getInstallationId:^(NSString *installationId) {
if (installationId != nil) {
// NSURLRequest
[request setValue:installationId forHTTPHeaderField:@"Incognia-Installation-ID"];
}
// Send the request with the installationId to your backend server
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment