我知道他们卖了很多声称能“解锁”的表情符号键盘在App Store的应用程序。 你知道我怎么会去这样做? 我想提出一个应用程序,使表情符号键盘。 我曾祈祷,100美元的开发许可费,如果这有差别。 谢谢!
Answer 1:
基于以上链接你可以做以下提供的示例之一:
NSString *path = [NSHomeDirectory() stringByAppendingPathComponent:
@"../../Library/Preferences/com.apple.Preferences.plist"];
NSMutableDictionary *dict =
[NSMutableDictionary dictionaryWithContentsOfFile:path];
[dict setObject:[NSNumber numberWithBool:YES] forKey:@"KeyboardEmojiEverywhere"];
[dict writeToFile:path atomically:NO];
Answer 2:
http://arstechnica.com/apple/news/2009/02/freemoji-access-emoji-for-free.ars
不是一个非常艰难的谷歌搜索其实...
文章来源: Making An Emoji Enabeling App