0

I am new to accessing private API.

Using following way to use the methods inside the class.

 NSBundle *b = [NSBundle bundleWithPath:@"/System/Library/PrivateFrameworks/FTServices.framework"];
 BOOL success = [b load];

 Class FTDeviceSupport = NSClassFromString(@"FTDeviceSupport");
 id si = [FTDeviceSupport valueForKey:@"sharedInstance"];

 NSLog(@"-- %@", [si valueForKey:@"deviceColor"]);

This "FTDeviceSupport" is having +SharedInstance method.

I wanted to Use CallHistory frameworks for the CallHistoryDBHandle class, Which is not having any sharedInstance so, Is that possible to access that from any other way ? Please help me . Thanks.

Esha
  • 1,328
  • 13
  • 34
  • not perfectly but I can call that method by creating instance of the class fetchedfrom string. But most the methods are giving null (nil) for ios9 . which currently I have tested. can you provide any help ? @FireCandy. – Esha Dec 13 '15 at 04:01
  • Ammm...Actually i have the same problem..finding way with no luck..:( please refer me if you got any solution...Thanks in advance. :) – JIGAR Dec 14 '15 at 05:00
  • @Esha-can u help newbie with this question?http://stackoverflow.com/questions/34349278/how-to-add-only-unique-string-objects-to-nsmuatablearray-in-ios – JIGAR Dec 18 '15 at 06:14
  • @JIGAR Question has been removed – Esha Dec 18 '15 at 06:37
  • @Esha-Somebuddy has marked it as duplicate,So :(,Anyways can you give me any refrence for datewise header section tableView?same way like our contactbook? – JIGAR Dec 18 '15 at 06:59
  • @esha-I am new to ios and need help,i am making a tableView wit custom cell containing 4 labels,My problem is all cells are juggled when i am scrolling it up and down..:( can u help me for this?pls..!!!help appreciated frend. – JIGAR Dec 26 '15 at 06:47
  • @JIGAR Add this as a new question to stack . dont mix up all queries – Esha Dec 28 '15 at 06:25
  • @esha-ohk...sorry and thanks..good day – JIGAR Dec 30 '15 at 05:16
  • http://stackoverflow.com/questions/34563544/xmpp-change-password-in-ios-not-working – JIGAR Jan 05 '16 at 12:40

0 Answers0