- Home /
Device crashes on EtceteraBinding.showAlertWithTitleMessageAndButtons
I have written this line in one of the function and calling it whenever required
var buttons = new string[] { "Back" };
Debug.Log("button");
EtceteraBinding.showAlertWithTitleMessageAndButtons( "Error", "Some problem with the game", buttons );
the device crashes in the line EtceteraBinding.showAlertWithTitleMessageAndButtons. If i comment this line and run in the device it works fine.
What may be the issue?
on xcode i am getting this error Thread 20: EXC_BAD_ACCESS (code=1, address=0xcc)
have exactly the same issue. But it does not appear every time. Only sometimes and if I close the alert.
Answer by ankush20 · Nov 29, 2013 at 07:12 AM
@united4life Delete the "AppControllerPushAddition" .m & .h File from Editor ->Etcetra and run the build again. An error comes in the xcode comment it and run again. Problem solved :)
Your answer
Follow this Question
Related Questions
Is there any way to know when a user rated the app using prime31's Etcetera plugin? 0 Answers
iOS Crash on call to EtceteraBinding.showAlertWithTitleMessageAndButtons from OnGUI 0 Answers
problem of save screenshot in iphone using prime31 plugins 1 Answer
Prime31 - Augmented Reality - Camera "Still" Photo Help 1 Answer