Maxwell175
Explore posts from serversCDCloudflare Developers
•Created by Maxwell175 on 3/28/2025 in #general-help
Can't add payment method to renew domain
I've tried to use both a mastercard directly and through PayPal. And it has more than enough funds. It is weird that I see both a success message followed immediately by an error. It also seems like the person in the post that I linked to had the same issue.
4 replies
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