Totally understand the SDK is in beta, just curious if anyone else is experiencing calling Ti.Network.registerForPushNotifications seems to return this message on ios8 SDK 3.4.0
OSX 10.10 dp7 Xcode 6 iOS SDK 8.0 SDK 3.4.0 Titanium Studio, build: 3.4.0.201409112228
Ti.Network.registerForPushNotifications({ types : [Ti.Network.NOTIFICATION_TYPE_BADGE, Ti.Network.NOTIFICATION_TYPE_ALERT, Ti.Network.NOTIFICATION_TYPE_SOUND], success : deviceTokenSuccess, error : deviceTokenError, callback : receivePush });
enabledRemoteNotificationTypes is not supported in iOS 8.0 and later.I do see there are new local notification types, but i presume those are not related.
Thanks in advance