-
Notifications
You must be signed in to change notification settings - Fork 105
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
Custom MimeType not working #69
Comments
Hey, can you share your code? |
I can't share my exact code, but generally I use:
|
Hopefully that's useful? I'm not sure if the customMimeType String needs to follow a specific pattern or something |
As per your code, you are correct, but can you atleast tell me the mimeType which you are using? and is it working fine on android? |
I'm not sure if it's working correctly on Android either, I can test that now. I'm trying to create a truly custom MimeType, so it's not one that currently exists, but the file itself is a JSON that is compressed using LZString (with a custom extension). Does it need to be a public MimeType? I'm pretty sure it should conform to public.content/public.data if that matters |
As far as I can tell it's not working on Android either, for both when I export the file and check using |
I'm not sure if it needs to be a public mimeType, I'll check on some random mimeType and get back to you tomorrow, if possible can you join discord and remind me tomorrow? I'm working on something urgent right now. |
Absolutely this is not urgent, tomorrow is great! |
Thank You so much |
I'm not sure if I'm doing something wrong, but I can't get the custom MimeType to work on iOS. Is this supported/if so are there specific things I need to do to get a file with a custom MimeType to export? I am using the MimeType.custom with my own MimeType string, and even specified the export type in XCode.
Thanks!
The text was updated successfully, but these errors were encountered: