Commit d47606c84f5af0f16a7b5db0906fea86b2994d72
1 parent
9721fda8
no message
Showing
2 changed files
with
0 additions
and
2 deletions
CNLiveUserSystemDemo.xcodeproj/project.xcworkspace/xcuserdata/iOS.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type
CNLiveUserSystemDemo/CNLiveUserSystemSDK/CNLiveUserManager.m
| @@ -71,12 +71,10 @@ | @@ -71,12 +71,10 @@ | ||
| 71 | - (void)applicationBecomeActive | 71 | - (void)applicationBecomeActive |
| 72 | { | 72 | { |
| 73 | [self startUserStat]; | 73 | [self startUserStat]; |
| 74 | - NSLog(@"………………………………………………进入前台"); | ||
| 75 | } | 74 | } |
| 76 | 75 | ||
| 77 | - (void)applicationEnterBackground | 76 | - (void)applicationEnterBackground |
| 78 | { | 77 | { |
| 79 | [self endUserStat]; | 78 | [self endUserStat]; |
| 80 | - NSLog(@"………………………………………………进入后台"); | ||
| 81 | } | 79 | } |
| 82 | @end | 80 | @end |