Is It Possible To Remove This?

Joined
Oct 18, 2011
Messages
160
Reaction score
0
Points
16
Hi,

I am building a small app, and one part of it allows users to take a 12 second video.

When the user records a video, and the 12 seconds ends, they see the error messages below.

Is it possible to remove the lower error message (Video Too Long Too Send), as it posts just fine... and it will confuse users?

(outdated link removed)
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
I'm guessing that this is an error message generated by you through an exception handler. If not, where is this error coming from in your code?
 
OP
O
Joined
Oct 18, 2011
Messages
160
Reaction score
0
Points
16
Hi, when the 12 seconds is up, this is the message that displays. I'm not sure where it's coming from.
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
Are you using an API to handle video uploads? It's possible that a service you're using is generating that message for you.
 
OP
O
Joined
Oct 18, 2011
Messages
160
Reaction score
0
Points
16
Hi, thanks for your reply.

It's the native imagepicker from iOS.
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
The send message though sounds as if it's coming from something that is trying to receive your video. Is the video uploading somewhere?
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
That's probably where it's coming from. Take a look at Parse's documentation to see what kinds of limits they have in place.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top