cafe-sdk-unity
cafe-sdk-unity copied to clipboard
App crashed so open. when i click on naver buttons.
I imported naversdk for unity 4.6, compile the project to xcode then from xcode i built the ipa. The app crashed so open. i attach the crash log, could you see why the app crashed. Thanks in advance. line_issue_question.txt
` public void OnClickGlinkButton () { GLink.sharedInstance().setWidgetStartPosition(false, 60); GLink.sharedInstance().executeHome (); }
public void OnClickScreenShotButton () {
StartCoroutine (SaveScreenShot ());
}`
We need a symbolicated Log file for fix your issue. please attach symbolicated log file. normally Same Issue appears if you Did not append -Objc option in project build settings. Please check documents. https://plug.gitbooks.io/plug-sdk-ios/content/en/[EN]-Samples.html