Retired Document
Important: This document may not represent best practices for current development. Links to downloads and other resources may no longer be valid.
CloudPhotos (iOS)/CloudPhotos/AppDelegate.h
/* |
Copyright (C) 2017 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
This sample's application delegate for push notiications (CKSubscriptions) from CloudKit. |
*/ |
@import UIKit; |
#warning Make sure to set your real iCloud container ID |
#define FINAL_CONTAINER_ID "your_real_container_id" |
#define CloudManager [APLCloudManager sharedInstance:@FINAL_CONTAINER_ID] |
@interface AppDelegate : NSObject <UIApplicationDelegate> |
@end |
Copyright © 2017 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2017-03-09