The video actually gets uploaded but in the settings where title and description of video do not get updated at that time where the app crashes.
Here i am attaching screenshot where crashes happening.
The video actually gets uploaded but in the settings where title and description of video do not get updated at that time where the app crashes.
Here i am attaching screenshot where crashes happening.
Crash happens because either
uploadTicket
,video
oruri
isnil
.You're using force unwrapping, and that will cause a crash if the value you're unwrapping isnil
. Try instead