Thursday, 15 September 2011

Error on remote notifications with swift and iOS 7.1 -


मुझे आईओएस 7.1 पर केवल var सेटिंग ... पर त्रुटि मिल रही है:

यहां छवि विवरण दर्ज करें

इसके बारे में कोई और सुराग नहीं है।

  मजेदार अनुप्रयोग (अनुप्रयोग: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) - & gt; आवेदन शुरू करने के बाद अनुकूलन के लिए बूल {// ओवरराइड प्वाइंट। Var प्रकार = UIUserNotificationType.Badge | UIUserNotificationType.Alert | UIUserNotificationType.Sound; Var सेटिंग = UIUserNotificationSettings (forTypes: प्रकार, श्रेणियां: शून्य); । UIApplication.sharedApplication () registerUserNotificationSettings (सेटिंग); UIApplication.sharedApplication () registerForRemoteNotifications ()।; रिटर्न सच}  

IOS 8.1 और 8.2 पर ठीक काम करता है। क्या आप मुझसे बात कर सकते हैं कि इसे कैसे हल करें? registerUserNotificationSettings

UIUserNotificationSettings ios 8 से उपलब्ध है

कोड>

आप आईओएस 7 के लिए registerForRemoteNotificationTypes का उपयोग कर सकते हैं लेकिन आपको रनटाइम (ओएस संस्करण) पर इसका पता लगाने और उचित पद्धति का उपयोग करने की आवश्यकता होगी।


No comments:

Post a Comment