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

  • Home
  • SEARCH
  • 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 8073589
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T14:22:45+00:00 2026-06-05T14:22:45+00:00

Does anyone know if it’s possible to directly send an iMessage using a private

  • 0

Does anyone know if it’s possible to directly send an iMessage using a private framework?

I tried using CTMessageCenter from CoreTelephony but it’ll send an SMS even though my phone can send iMessages.

  • 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-05T14:22:46+00:00Added an answer on June 5, 2026 at 2:22 pm

    I haven’t tested this, but look at the code posted here. If you look at httpResponseForMethod:URI:, you see where he/she sends a message (appears to be hardcode to support iOS 5 or iOS 4):

    CKSMSService *smsService = [CKSMSService sharedSMSService];
    
    //id ct = CTTelephonyCenterGetDefault();
    CKConversationList *conversationList = nil;
    
    NSString *value =[[UIDevice currentDevice] systemVersion];          
    if([value hasPrefix:@"5"])
    {
        //CKMadridService *madridService = [CKMadridService sharedMadridService];
        //NSString *foo = [madridService _temporaryFileURLforGUID:@"A5F70DCD-F145-4D02-B308-B7EA6C248BB2"];
    
        NSLog(@"Sending SMS");
        conversationList = [CKConversationList sharedConversationList];
        CKSMSEntity *ckEntity = [smsService copyEntityForAddressString:Phone];
        CKConversation *conversation = [conversationList conversationForRecipients:[NSArray arrayWithObject:ckEntity] create:TRUE service:smsService];
        NSString *groupID = [conversation groupID];           
        CKSMSMessage *ckMsg = [smsService _newSMSMessageWithText:msg forConversation:conversation];
        [smsService sendMessage:ckMsg];
        [ckMsg release];     
    } else {
        //4.0
        id ct = CTTelephonyCenterGetDefault();
        void* address = CKSMSAddressCreateWithString(pid); 
    
        int group = [grp intValue];         
    
        if (group <= 0) {
            group = CKSMSRecordCreateGroupWithMembers([NSArray arrayWithObject:address]);       
        }
    
        void *msg_to_send = _CKSMSRecordCreateWithGroupAndAssociation(NULL, address, msg, group, 0);    
        CKSMSRecordSend(ct, msg_to_send);
    
    }
    

    The code uses normal SMS, but you can see the following commented out code:

    //CKMadridService *madridService = [CKMadridService sharedMadridService];
    

    The “Madrid” service is probably what can send iMessages. See the private header here.

    Both SMS and iMessage private APIs are in the ChatKit.framework.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know how I can directly access a function from a PHP class
Does anyone know how to read an image from .res file on disk, using
Does anyone know how to make this code stop the knob from rotating past
Does anyone know of any existing solutions using javascript that can parse a crontab
Does anyone know if it's possible to create a listener to detect when a
Does anyone know how I can open an attachment from a work item without
Does anyone know how to add a generic principal to the HTTPContext from the
Does anyone know how can I replace this 2 symbol below from the string
Does anyone know of a good Command Prompt replacement? I've tried bash/Cygwin, but that
Does anyone know how I can, in platform-independent C++ code prevent an object from

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.