ibm-bluemix-mobile-services / bms-samples-swift-hellopush

Example app for Bluemix iOS push notification
Apache License 2.0
5 stars 6 forks source link

Value of type 'BMSPushClient' has no member application #6

Closed asoare closed 8 years ago

asoare commented 8 years ago

Hello,

I get this error, here is the lines where it happens: Value of type 'BMSPushClient' has no member application

let push = BMSPushClient.sharedInstance push.application(UIApplication.sharedApplication(), didReceiveRemoteNotification: userInfo)

AnanthaKrish commented 8 years ago

Please Use the latest sample. Thank you