cafe-sdk-unity icon indicating copy to clipboard operation
cafe-sdk-unity copied to clipboard

App crashed so open. when i click on naver buttons.

Open bttung opened this issue 8 years ago • 1 comments

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 ());
}`

bttung avatar Oct 04 '17 08:10 bttung

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

conquests avatar Nov 02 '17 06:11 conquests