iOS Question Share and Download - how does it work in iOS?

Sandman

Expert
Licensed User
Longtime User
(I don't use iPhone other than for development, so I'm a bit unsure of how things work here. Therefore I turn to the forum for guidance.)

An example and background from Android:
If we view a picture in some app, there's commonly a button for sharing and one for downloading. The Share button opens the traditional share feature, where one can share to the SMS app, or attach to an email, etc. The Download buttons instead opens some different interface where one can choose where to save the picture.

In my app I've implemented this for Sharing:
(The look of it is updated, probably because iOS has evolved since 2016.)

In that sharing dialog, I do have the option "Save to Files", and also "Add to Shared Album" (and some other stuff that isn't relevant for this thread).

So, my question is this: I want my users to get what they expect, which is the same functionality as they are used to from other apps. What is the correct way of handing Share and Download in iOS? Should I only have a Share button, because everybody knows they can save from there? Or should I have both buttons, but they function in the same way? Or some other solution?
 

Alexander Stolte

Expert
Licensed User
Longtime User
The link you shared is the right one.
You can use it to share the file/image in other apps that support the format, or save it in files, or save it in the gallery for images.
Here is a picture of how it looks on my iphone when I want to share a picture from my uPark+ app:
cN5oLSYHcq4gKIc1GVGEEDHNvWZByaAnnCQTytbUcjx0Rk6x5J.jpeg

- Above we have the series of apps that support the file format
- Copy the image to the clipboard
- Save to files
- and more more more
 
Upvote 0

Sandman

Expert
Licensed User
Longtime User
And if we go back one step from what your screen show, does that mean that there isn't a button for Share and another for Download?

There's just one for Share, that opens what we see in your screenshot?
 
Upvote 0

Sandman

Expert
Licensed User
Longtime User
Understood.

To summarize, in Android we have these for Share and Download:

1718105111749.png



And in iOS we just have this one, which does both Share and Download:

1718105131886.png



Thanks for helping out. :)
 

Attachments

  • 1718105080021.png
    1718105080021.png
    22 KB · Views: 66
Upvote 0

Similar Threads

D
  • Question
iOS Question Share iOS-App-View
Replies
4
Views
2K
Deleted member 103
D
Top