我想开发的是一款照片相关软件~ 主要想知道 1.可以从我的 APP 跳转到 iOS 的照片并且定位到选择的照片/视频吗? 2. PHPickerViewController 没有全选的功能,这里面的精选集也无法全选添加到我开发的 APP,这里面有各种 iOS 照片已经整理归类好的内容~如:人物。我是可以通过代码自建picker 来调用到这些合集里的内容来全选添加吗~好像并没有看到相关的 API~ 求求哪个大神指教下
1.可以从我的 APP 跳转到 iOS 的照片并且定位到选择的照片/视频吗?
(1. Is it able to open Photos app from my app and locate to selected photos/videos?)
No, you can't.
2.PHPickerViewController 没有全选的功能,...... 我是可以通过代码自建picker 来调用到这些合集里的内容来全选添加吗
(2. Seems like there's no Select All feature in PHPickerViewController, ... Can I build a picker by myself to allow users select all photos in a group?)
Selecting all photos is not allowed for App Store submission according to App Review Guidelines 5.1.2(v):
(v) Do not contact people using information collected via a user’s Contacts or Photos, except at the explicit initiative of that user on an individualized basis; do not include a Select All option or default the selection of all contacts. You must provide the user with a clear description of how the message will appear to the recipient before sending it (e.g. What will the message say? Who will appear to be the sender?).
However, if you don't plan to distribute your app on App Store, you can request full access to users' photo library and build your self photos picker, which is not suggested.
—
WindowsMEMZ @ Darock Studio
let myEmail = "memz" + "1" + "@" + "darock.top"