Skip to content

Fix/android secure storage plugin setup #294

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

Merged
merged 8 commits into from
May 16, 2025

Conversation

BellringerQuinn
Copy link
Contributor

@BellringerQuinn BellringerQuinn commented May 5, 2025

Instead of including the Android secure storage plugin in Packages, we now import it in Assets via Samples~. This is done so that the plugin can be imported in a mutable state. This allows integrators to build without it or with it based on their SequenceConfig (as set by AndroidDependencyManager editor build script).

Version Increment

Please ensure you have incremented the package version in the package.json as necessary.

  • I have incremented the package.json according to semantic versioning
  • No version increment is needed; the change does not impact SDK or Sample code/assets

Docs Checklist

Please ensure you have addressed documentation updates if needed as part of this PR:

  • I have created a separate PR on the sequence docs repository for documentation updates: Link to docs PR
  • No documentation update is needed for this change.

… be imported into the assets folder - previously, we were encountering build issues where when secure storage wasn't enabled, we weren't able to toggle this plugin off as it was in the packages folder and immutable; this should fix this issue
…rror and open our warning popup to indicate that using uppercase characters in the URL scheme may lead to deeplinking issues on certain platforms (e.g. Android)
Copy link

cloudflare-workers-and-pages bot commented May 8, 2025

Deploying sequence-unity with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7d2d256
Status:🚫  Build failed.

View logs

@andygruening
Copy link
Contributor

Looks good to me! One minor question: The plugin is currently enabled for all platforms. Would it be better only to include it for Android in the default import settings? What do you think?
Screenshot 2025-05-16 at 2 27 37 PM

@BellringerQuinn BellringerQuinn merged commit 2c87d37 into master May 16, 2025
1 of 2 checks passed
@BellringerQuinn BellringerQuinn deleted the Fix/androidSecureStoragePluginSetup branch May 16, 2025 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants