Post

Replies

Boosts

Views

Activity

Reply to Very bad journal suggestion api!!!
Resolved (Live Photo Only :( The photo and video contain live photo metadata, the only missed info is metadata.plist, just create it (some key code): static let livePhotoMetadataFileName = "metadata.plist" static let livePhotoMetadataContent = """ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>PFVideoComplementMetadataVersionKey</key> <string>1</string> </dict> </plist> """ fm.createFile( atPath: bundleURL.appendingPathComponent(ImageTool.livePhotoMetadataFileName).path, contents: ImageTool.livePhotoMetadataContent.data(using: .utf8)) Don't forget to move three files into the some.pvt directory.
Topic: App & System Services SubTopic: Core OS Tags:
Mar ’24
Reply to Very bad journal suggestion api!!!
Resolved (Live Photo Only :( The photo and video contain live photo metadata, the only missed info is metadata.plist, just create it (some key code): static let livePhotoMetadataFileName = "metadata.plist" static let livePhotoMetadataContent = """ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>PFVideoComplementMetadataVersionKey</key> <string>1</string> </dict> </plist> """ fm.createFile( atPath: bundleURL.appendingPathComponent(ImageTool.livePhotoMetadataFileName).path, contents: ImageTool.livePhotoMetadataContent.data(using: .utf8)) Don't forget to move three files into the some.pvt directory.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Access Live Photo from Share (or Action) extension
It still does not work...sad :(
Replies
Boosts
Views
Activity
Jan ’23
Reply to App Rejected for other reason - Account and Submission Investigation
My first app is same situation in 10.21, and no any response for now. So sad, I develop it spent more than nine month.
Replies
Boosts
Views
Activity
Oct ’22
Reply to what can I do with Rejection Reasons: Other
Any update? I had same problem.
Replies
Boosts
Views
Activity
Oct ’22
Reply to [App Review Stuck] Need Help!! We need additional time to evaluate your submission and Apple Developer Program account.
Hi I receive same email from app review, what's your current status? Do you receive any update?
Replies
Boosts
Views
Activity
Oct ’22
Reply to iOS 16.0 No Live Photo or live Wallpaper on Lock Screen
We love livephoto on lock screen, please, apple, you can put lockscreen setting into setting app, take livephoto wallpaper back🙏
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22