phonegap-build / PushPlugin

This repository is deprecated head to phonegap/phonegap-push-plugin
https://github.com/phonegap/phonegap-plugin-push
MIT License
1.31k stars 996 forks source link

PushPlugin in iOs 7 #73

Closed NigelSevering closed 10 years ago

NigelSevering commented 11 years ago

Hi,

I'm using phonegap 2.9 and xCode 5.

After I updated xCode 5 and build my app on iOs7 iPhone 5 there was a build error: 8:31: Property 'uniqueIdentifier' not found on object of type 'UIDevice *'

at line: [results setValue:dev.uniqueIdentifier forKey:@"deviceUuid"];

I already tried to replace uniqueIdentifier with identifierForVendor and uniqueAppInstanceIdentifier, but no succes.

Can anyone help me with this? Thanks in advance!

bobeast commented 10 years ago

Please make sure you are using PushPlugin v2.0.0 or above, and Cordova 3.0.0 or above.