Skip to content

Commit

Permalink
Merge pull request #39 from jpush/dev
Browse files Browse the repository at this point in the history
remove alert
  • Loading branch information
huangminlinux committed Jul 17, 2018
2 parents 70b1532 + 549026a commit d011da5
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -44,8 +44,6 @@ @implementation JPushPlugin

- (void)onAppStarted:(NSDictionary*)options
{
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"title" message:[options description] delegate:nil cancelButtonTitle:@"fd" otherButtonTitles:nil, nil];
[alert show];
_cacheLaunchNotification = options;
[JPUSHService registrationIDCompletionHandler:^(int resCode, NSString *registrationID) {
NSString *rid = registrationID?:@"";
Expand Down

0 comments on commit d011da5

Please sign in to comment.