mobileFindContact crashes app
Posted: Tue Feb 05, 2013 2:18 pm
I have the following piece of code on a iOS app but it causes the app to crash after execution of the last statement. The scenario is when I enter a short value for the search such as "A" or "AZ". The list of ids is displayed but the app then crashes.
on mouseUp
local temp
ask "enter name"
put it into temp
mobileFindContact temp
put the result into temp
answer temp
end mouseUp
on mouseUp
local temp
ask "enter name"
put it into temp
mobileFindContact temp
put the result into temp
answer temp
end mouseUp