Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I show last saved photo in Photos app iOS via "photos-redirect:" URL scheme?

Tags:

ios

When I use photos-redirect:// URL scheme it just starts Photos app.

How can I start Photos app with showing custom photo, for example, last saved? I can't find any examples, where used photos-redirect:// URL scheme.

like image 871
Kirill Belonogov Avatar asked Jul 10 '13 06:07

Kirill Belonogov


1 Answers

photos-redirect:// is the URL Scheme for Photo App. However, it is undocumented, thus you shouldn't use it.

To view / select a photo, use UIImagePickerController .

like image 159
Raptor Avatar answered Oct 02 '22 03:10

Raptor