Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit bbed928

Browse files
authored
Update README.md
1 parent 30d0bbc commit bbed928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ In the `Artifacts` directory, you can find the compiled static library and heade
6969

7070
1. Once you know the email *(Preferred)* or userId of the user, **create a shared instance of an `IterableAPI`**
7171
* EMAIL: `[IterableAPI sharedInstanceWithApiKey:(NSString *)apiKey andEmail:(NSString *)email launchOptions:(NSDictionary *)launchOptions]` to create an `IterableAPI`
72-
* USERID: `[IterableAPI sharedInstanceWithApiKey:(NSString *)apiKey andEmail:(NSString *)email launchOptions:(NSDictionary *)launchOptions]` to create an `IterableAPI`
72+
* USERID: `[IterableAPI sharedInstanceWithApiKey:(NSString *)apiKey andUserId:(NSString *)userId launchOptions:(NSDictionary *)launchOptions]` to create an `IterableAPI`
7373
* If you are initializing using a userId, an existing user must already exist for that userId
7474
* It is preferred that you initialize by Email since that doesn't require an additional lookup by userId call on the backend.
7575
* The `apiKey` should correspond to the API key of your project in Iterable. If you'd like, you can specify a different `apiKey` depending on whether you're building in `DEBUG` or `PRODUCTION`, and point the SDK to the relevant Iterable project.

0 commit comments

Comments
 (0)