Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8226939
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T15:56:57+00:00 2026-06-07T15:56:57+00:00

I enabled Emoji Keyboard in an iOS 5.0 device by using this code: NSMutableDictionary

  • 0

I enabled Emoji Keyboard in an iOS 5.0 device by using this code:

NSMutableDictionary *dict = [NSMutableDictionary dictionaryWithContentsOfFile:@"/private/var/mobile/Library/Preferences/com.apple.Preferences.plist"];
[dict setObject:[NSNumber numberWithBool:YES] forKey:@"KeyboardEmojiEverywhere"];
[dict writeToFile:PREFS_FILE atomically:NO];

It worked great, and I was able to see an option for Emoji keyboard in the Settings ->General -> Keyboard -> International keyboards ->Add New Keyboard

But now, I want to remove the Emoji keyboard from International Keyboards list, as it was before. For this, I did:

[dict removeObjectForKey:@"KeyboardEmojiEverywhere"];

But the Emoji Keyboard is still visible, I am not able to get it to disappear.

Any thoughts?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T15:57:00+00:00Added an answer on June 7, 2026 at 3:57 pm

    You don’t remove the key, you set it to NO:

    [dict setObject:[NSNumber numberWithBool:NO] forKey:@"KeyboardEmojiEverywhere"];
    [dict writeToFile:PREFS_FILE atomically:NO];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I enabled the extension on wamp ( Screenshot ) but I still get this
I have enabled OpenMP using following settings on 10.7.2 OS (Xcode): GCC_VERSION = 4.2
I have mod rewrite enabled to remove all page extentions.... This is done in
enabled nszombies Is there any additional information anyone can see in this debug log
I have enabled unique_ptr in gcc 4.4.6 using the -std=c++0x option. It appears to
AJAX-enabled form will only submit once using AJAX, then defaults to using a standard
I have these options enabled, as shown in this screenshot: I also have the
#+FollowSymLinks must be enabled for any rules to work, this is a security #requirement
When using a Silverlight-enabled WCF service, where is the best place to instantiate the
I am enabled the disk monitoring service in /etc/snmp/snmpd.conf using disk /. But when

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.