# \[Solved\] Is it possible to save images to iOS Photos?

**URL:** https://community.thunkable.com/t/solved-is-it-possible-to-save-images-to-ios-photos/2653239
**Category:** Questions about Thunkable X
**Created:** [October 19, 2023, 5:48pm UTC](https://community.thunkable.com/t/solved-is-it-possible-to-save-images-to-ios-photos/2653239 "2023-10-19T17:48:47Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![johnny\_ufology](https://avatars.discourse-cdn.com/v4/letter/j/d2c977/32.png) [@johnny\_ufology](https://community.thunkable.com/u/johnny_ufology)
#### Post date: [October 19, 2023, 5:48pm UTC](https://community.thunkable.com/t/solved-is-it-possible-to-save-images-to-ios-photos/2653239/1 "2023-10-19T17:48:47Z")

</div>

Before I start my project, I am trying to find out if saving images to the iOS Photo’s app is possible? I see I can save to local app storage but I am not seeing a mechanism to save to Photos.

Thank you!!

---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [October 19, 2023, 6:05pm UTC](https://community.thunkable.com/t/solved-is-it-possible-to-save-images-to-ios-photos/2653239/2 "2023-10-19T18:05:46Z")

</div>

Hi @johnny_ufology thanks for reaching out. Welcome to Thunkable!

We don’t unfortunately have a way in Thunkable apps to write directly to the camera roll. For uploading an image, you would want to save the image in the cloud using a service like Cloudinary.

---

<div class="post-metadata">

### Author: ![tthompson41231](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tthompson41231/32/161401_2.png) [@tthompson41231](https://community.thunkable.com/u/tthompson41231)
#### Post date: [October 19, 2023, 9:51pm UTC](https://community.thunkable.com/t/solved-is-it-possible-to-save-images-to-ios-photos/2653239/3 "2023-10-19T21:51:56Z")

</div>

I created an example of how to do this. Its not a direct way to save an image but its a work around. Click save photo on the then click save image from the IOS share menu

[https://x.thunkable.com/copy/85c8e27d2ed57cf358cdba2e56603a7f](https://x.thunkable.com/copy/85c8e27d2ed57cf358cdba2e56603a7f)

---

<div class="post-metadata">

### Author: ![tthompson41231](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tthompson41231/32/161401_2.png) [@tthompson41231](https://community.thunkable.com/u/tthompson41231)
#### Post date: [October 20, 2023, 1:14am UTC](https://community.thunkable.com/t/solved-is-it-possible-to-save-images-to-ios-photos/2653239/4 "2023-10-20T01:14:31Z")

</div>

Simplified example

![example](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/c/2c073e922dcc1608865ed41b4292e3f4045de74b.png)

---

<div class="post-metadata">

### Author: ![johnny\_ufology](https://avatars.discourse-cdn.com/v4/letter/j/d2c977/32.png) [@johnny\_ufology](https://community.thunkable.com/u/johnny_ufology)
#### Post date: [October 20, 2023, 3:01pm UTC](https://community.thunkable.com/t/solved-is-it-possible-to-save-images-to-ios-photos/2653239/5 "2023-10-20T15:01:36Z")

</div>

Thank you so much for showing me this!

---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [October 20, 2023, 3:02pm UTC](https://community.thunkable.com/t/solved-is-it-possible-to-save-images-to-ios-photos/2653239/6 "2023-10-20T15:02:24Z")

</div>


