I ran into an issue with feature flags after assig...
# ask-questions
l
I ran into an issue with feature flags after assigning them to a project. Initially, I created the feature flags without linking them to any project, and everything worked fine. Later, I added a project to keep things organized and linked the same feature flags to this project. After doing this, the feature flags stopped working entirely in my iOS app. It seems the problem started as soon as I assigned the flags to the project. Could you help me understand why this happens and how to fix it so the feature flags work again under the project? Thanks in advance!
s
Hey there. From what you shared, I don't think they should've stopped working. 2 things to check: • Is your SDK connection that you're using with your iOS app scoped to a different project by any chance? • If you check the iOS SDK payload, are the flags included? You can get this link from the SDK connection page.