I'm trying subscribe for push notifications using:
//QBMessages
+ (NSObject<Cancelable> *)TRegisterSubscriptionWithDelegate:(NSObject<QBActionStatusDelegate> *)delegate;
and getting that error:
2014-08-12 20:10:02.147 DemoApp[691:137189] registerForRemoteNotificationTypes: is not supported in iOS 8.0 and later.
Any ideas how subscribe for push notifications in IOS8 with Quickblox?
Check out QuickBlox iOS SDK 2.0 http://quickblox.com/blog/quickblox-releases-ios-sdk-2-0/
and new Push Notifications sample http://quickblox.com/developers/SimpleSample-messages_users-ios which supports iOS8 as well