-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Getting flags by identity - iOS #4010
docs: Getting flags by identity - iOS #4010
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@jackforesightmobile is attempting to deploy a commit to the Flagsmith Team on Vercel. A member of the Team first needs to authorize it. |
Can we include some Traits in here too? |
Traits are already in there just above @dabeeeenster |
@jackforesightmobile I think Ben is asking whether we can show that you can set traits when requesting the flags for an identity as this is the case in most of our SDKs. I'm not sure if that's the case here? |
Yep this is what I meant - sorry wasnt clear. We need to show how to make a call where you Identify the user and provide some trait data (e.g. devicetype=iOS, version=3.4.1) and then get their flags back, all in 1 call. |
@dabeeeenster I discussed with @matthewelwell and there's no method for this currently on the iOS SDK. He said he's going to raise a separate ticket to implement this in another piece of work. |
@dabeeeenster @jackforesightmobile looks like it actually already exists here. |
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
Add documentation and code examples to the iOS docs for getting flags by an identity.