i am doing one application.In that i want to implement the live photo feature.So before doing that first i want to check that device supports the live photo feature or not.So please guide me how to detect my device supports live photos or not.
Asked
Active
Viewed 215 times
1
-
Possible duplicate: http://stackoverflow.com/questions/32864449/api-to-capture-live-photos-in-ios9 – pesch May 16 '17 at 06:41
-
1The iPhone 6s and newer support live photo. Just to detect which iPhone model you can know whether it supports live or not. For detecting: http://stackoverflow.com/questions/26028918/ios-how-to-determine-the-current-iphone-device-model-in-swift – Yun CHEN May 16 '17 at 06:48
-
This method, of detecting iPhone model, seems fragile to me. That is, you have to update it with new hardware. – Chris Prince Aug 13 '18 at 14:00