leecrossley / cordova-plugin-game-center

Cordova / PhoneGap Game Center Plugin for Apache Cordova >= 3.0.0
http://ilee.co.uk
78 stars 29 forks source link

Posting an achievement on iOS8 shows 2 messages #25

Closed ruudruud closed 9 years ago

ruudruud commented 9 years ago
if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7.0) {
    [GKNotificationBanner showBannerWithTitle:@"Achievement" message:@"Completed!" completionHandler:^{}];
}

This code in GameCenter.m causes 2 achievement messages to be shown to the user on iOS8 when posting an achievement. I suggest to update or remove this code as iOS8 is on many devices already.