Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
212 views
in Technique[技术] by (71.8m points)

ios - Is it possible to make a Photo App within AppClips?

I want to make an AppClip for my photo filter app, that takes photos and videos. And o Im thinking of building a very quick appclip experience where you can open a camera and play with a few filters, take a photo or record a video and save to your Camera Roll.

From what I read at Apple's website. There are certain Frameworks limitations, in which I dont see AVFoundation, to access the camera/microphone. But I do see 'PHOTOS' framework.. which might be a problem if I want the user to save to Camera Roll.

App Clips are limited to 10MB in size.

The following frameworks are not available to App Clips: CallKit, CareKit, CloudKit, HealthKit, HomeKit, ResearchKit, SensorKit, and Speech. Using any of these frameworks in an App Clip does not result in compile-time errors, but their APIs return values that indicate unavailability, empty data, or error codes at runtime.

App clips cannot perform a background activity, such as background networking with URLSession or maintain Bluetooth connections when the App Clip is not in use.

To protect user data, Apple App Clips cannot access: Motion and fitness data, Apple Music and Media, Data from apps like Contacts, Files, Messages, Reminders, and Photos.

An App Clip cannot share data with any other app, except its corresponding full app.

An Important limitation is location access. App Clips cannot request continuous location access.

Has anyone done any AppClip where you access the camera and or save content to the Camera Roll ?

question from:https://stackoverflow.com/questions/65910862/is-it-possible-to-make-a-photo-app-within-appclips

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...