I have implemented call kit in my voip app in which i generate the call logs for incoming or outgoing calls (visible on phone recent tab).
When i click on call logs it will open my app. I've overridden the UIApplication
delegate method to get the handler.
- (BOOL)application:(UIApplication *)application
continueUserActivity:(NSUserActivity *)userActivity
restorationHandler:(void (^)(NSArray *restorableObjects))restorationHandler
But i unable to get call log related information in NSUserActivity
.
How i can get the call log information in my app?
Any help much appreciate. Thanks!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…