You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested on iOS that when I share the file.csv it shared like file but not like file.csv.
Tested on version 1.1.7
Also docs are not synced with code.
Docs states:
KmpShare
.setFileType(Mimes.csv) // set the file type (Mimes is an object provided by KmpEssentials to simplify configuration)
.shareFileWithAnyApp(filePath: String, optionalTitle: String = "")
but there is no setFileType method in current 1.1.7 version.
Please fix it.
The text was updated successfully, but these errors were encountered:
Monabr
changed the title
[iOS] [Share] Sharing the file shared without ".type" in it
[Bug] [iOS] [Share] Sharing the file shared without ".type" in it
Oct 10, 2024
Hello.
I have tested on iOS that when I share the
file.csv
it shared likefile
but not likefile.csv
.Tested on version 1.1.7
Also docs are not synced with code.
Docs states:
but there is no
setFileType
method in current 1.1.7 version.Please fix it.
The text was updated successfully, but these errors were encountered: