JackKirk Well-Known Member Licensed User Longtime User Jan 16, 2019 #1 I'm trying to load a video I have created to iTunes as an "app preview" It tells me "To upload your app previews, you must use Safari and OS X v10.10 or later" I presume this means I have to use a Mac or similar - which I don't have nor want to have. I googled away without success. Any one know of a way to do this from Windows 10 - a remote service perhaps? Thanks in anticipation...
I'm trying to load a video I have created to iTunes as an "app preview" It tells me "To upload your app previews, you must use Safari and OS X v10.10 or later" I presume this means I have to use a Mac or similar - which I don't have nor want to have. I googled away without success. Any one know of a way to do this from Windows 10 - a remote service perhaps? Thanks in anticipation...
Erel B4X founder Staff member Licensed User Longtime User Jan 16, 2019 #2 Does it happen when you try to upload the video? Maybe the video format is not compatible. See this answer: https://stackoverflow.com/a/25944428/971547 Upvote 0
Does it happen when you try to upload the video? Maybe the video format is not compatible. See this answer: https://stackoverflow.com/a/25944428/971547
JackKirk Well-Known Member Licensed User Longtime User Jan 16, 2019 #3 Erel said: Does it happen when you try to upload the video? Click to expand... Yes Erel said: Maybe the video format is not compatible. See this answer: https://stackoverflow.com/a/25944428/971547 Click to expand... Earlier I had had messages indicating the video was not of correct resolution etc. I had found this, defining exactly what the video properties had to be (I'm creating one for the 5.5 inch): https://help.apple.com/app-store-connect/#/dev4e413fcb8 which incidentally your URL ultimately points to. I had reformatted the video to this, using ffmpeg. After doing this the message changed to the one I reported in post #1 - so I assume the video format is now correct. Has anyone successfully uploaded an "app preview" directly from Windows 10? Upvote 0
Erel said: Does it happen when you try to upload the video? Click to expand... Yes Erel said: Maybe the video format is not compatible. See this answer: https://stackoverflow.com/a/25944428/971547 Click to expand... Earlier I had had messages indicating the video was not of correct resolution etc. I had found this, defining exactly what the video properties had to be (I'm creating one for the 5.5 inch): https://help.apple.com/app-store-connect/#/dev4e413fcb8 which incidentally your URL ultimately points to. I had reformatted the video to this, using ffmpeg. After doing this the message changed to the one I reported in post #1 - so I assume the video format is now correct. Has anyone successfully uploaded an "app preview" directly from Windows 10?