-
Notifications
You must be signed in to change notification settings - Fork 266
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
Not working with app extension #174
Comments
To solve your issue, we might need to see your code. All I can say right now, is that you probably incorrectly spelt |
@andertsk When you trying to get value from Keychain in your extension, you have to do this way:
Application bundle id: com.mywebsite.myapp If you try to get value without passing inService value. Like that:
Locksmith will not return value, because it will use Bundle ID of the Extension. But your value has been saved under your app bundle id. You also need to make sure, you are enable keychain share under Project -> Capabilities for app and extension target. And they both use the same group. |
@shuhrat10 thanks! You solve my problem! |
I have created Action extension for the app.
In app i set the field and then i want to retrieve them in extension but its failed (dictionary not found).
The text was updated successfully, but these errors were encountered: