Possible to use SaveVideoAtPathToSavedPhotosAlbum and still maintain 3.0 backward compatibility?
- by erotsppa
The function SaveVideoAtPathToSavedPhotosAlbum is only available with the iPhone SDK 3.1 or above but we want to maintain backward compatibility with 3.0 devices. How can this be done?
At first we though we can do a runtime check, but it turns out that this can't even compile against the 3.0 SDK.
We are getting the error
"_UISaveVideoAtPathToSavedPhotosAlbum", referenced from:
-[MovieViewController saveButtonPressed:] in MovieViewController.o
ld: symbol(s) not found