I am trying to configure UrbanAirship for one of my iOS apps. I've completed the configurations as explained on the tutorial page here: http://docs.urbanairship.com/build/ios.html
But when I build the project I get the following error:
Unknown type name 'UIBackgroundFetchResult'
The error occurs four times in the file UAPush.h (downloaded from UrbanAirship site) I also tried running the sample code provided in the zip file on UrbanAirship tutorial page, it has the same problem as well. Did anyone else face the same problem? Any help would be highly appreciated.