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

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -