Created
September 22, 2016 17:43
-
-
Save oks/d830cc9c3a204c323ae8e134fb75a576 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UTReportType b = UTReportTypeFull; | |
char iss[] = {'i', 's', 's', 'u', 'e',0}; | |
char fdback[] = {'f', 'e', 'e', 'd', 'b', 'a', 'c', 'k', 0}; | |
if([str isEqualToString:[NSString stringWithUTF8String:iss]]) | |
b = UTReportTypeIssue; | |
else if([str isEqualToString:[NSString stringWithUTF8String:fdback]]) | |
b = UTReportTypeBetaTesterFeedback; | |
return b;//*/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment