blocking - reloadExtensionWithIdentifier is not working -
when try add other number call directory extension. it's not adding, taking number text filed , try add number call directory extension using below method.
[contextis addblockingentrywithnextsequentialphonenumber:phonenumber];
after calling below methods.
[contextis completerequestwithcompletionhandler:nil];
[[cxcalldirectorymanager sharedinstance] reloadextensionwithidentifier:@"com.something.something.callidextension" completionhandler:^(nserror *error){ if(error!=nil) { nslog(@"error %@",[error description]); } }];
but it's not woking. think reloadextensionwithidentifier not updating number dictionary or doing wrong...
i got idea question, added reloadextension on viewcontroller, , did work! appreciate you.
Comments
Post a Comment