Maxwell175 🎗
How to store user data blobs in MAUI iOS
The way I did things so far was write files into AppDataDirectory and store (absolute) paths to them in Secure Storage but after a test flight update, the Secure Storage data was there but the app crashed because the actual files where no longer there
38 replies
How to store user data blobs in MAUI iOS
https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/storage/file-system-helpers?view=net-maui-8.0&tabs=macios#platform-differences this says that the directory changes with every build
38 replies