Hi fellow iOS developers! 👋 I've written a Swift code that converts a video (from a URL) into a Live Photo after downloading it. The conversion process seems fine, but when I try to set the generated Live Photo as a wallpaper on iOS 17+, it shows the message 'Motion not Available.' Has anyone else experienced this issue or know why this might be happening? Could it be related to changes in iOS 17 Live Photo handling or the generated file structure? Any help or suggestions would be greatly appreciated! 🙏
LivePhoto not applying on iOS 17+ as live wallpaper
👋 Same problem here! My code creates a live photo starting from a .mov file and a .jpg one. Testing on a few devices, the "motion not available" problem seems to happen from iOS16, works fine on iOS15. Did you find a solution/more information on this?