As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
KCSAppdataStore.storeWithOption getting error in swift
Please provide any documents
Wasim,
You shouldn't be using KCSAppdataStore because it was present in V1(Objective C) iOS SDKs which are deprecated now and we do not support it.
You should be using V3 (Swift) iOS SDK. Please go through this link to get started with Kinvey using Swift 4. Let me know if you face any issues.
Thanks,
Pranav
I want to convert this code into swift 4
KCSAppdataStore * bookStore = [KCSAppdataStore storeWithOptions:@{KCSStoreKeyCollectionName: @"book",
KCSStoreKeyCollectionTemplateClass : [bookSubscription class]}];
KCSQuery *userQuery= [KCSQuery queryOnField:@"book_id" withExactMatchForValue:[[KCSUser activeUser] getValueForAttribute:KCSUserKeyID]];
Please go through this link thoroughly to implement 'data store' and 'queries' using Swift 4. Let me know if you face any issues while implementing.
Wasim Akram
KCSAppdataStore.storeWithOption getting error in swift
Please provide any documents
Wasim,
You shouldn't be using KCSAppdataStore because it was present in V1(Objective C) iOS SDKs which are deprecated now and we do not support it.
You should be using V3 (Swift) iOS SDK. Please go through this link to get started with Kinvey using Swift 4. Let me know if you face any issues.
Thanks,
Pranav
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstPranav J
Wasim,
You shouldn't be using KCSAppdataStore because it was present in V1(Objective C) iOS SDKs which are deprecated now and we do not support it.
You should be using V3 (Swift) iOS SDK. Please go through this link to get started with Kinvey using Swift 4. Let me know if you face any issues.
Thanks,
Pranav
Wasim Akram
I want to convert this code into swift 4
KCSAppdataStore * bookStore = [KCSAppdataStore storeWithOptions:@{KCSStoreKeyCollectionName: @"book",
KCSStoreKeyCollectionTemplateClass : [bookSubscription class]}];
KCSQuery *userQuery= [KCSQuery queryOnField:@"book_id" withExactMatchForValue:[[KCSUser activeUser] getValueForAttribute:KCSUserKeyID]];
Pranav J
Wasim,
Please go through this link thoroughly to implement 'data store' and 'queries' using Swift 4. Let me know if you face any issues while implementing.
Thanks,
Pranav
-
Why do I get "Undefined symbols" errors when building with KinveyKit?
-
How do I register push tokens?
-
When using social login, to perform a log-out, do I need to log out of the social network, Kinvey, o
-
How can I assign additional properties to users?
-
Does KinveyKit support 64-bit ARM devices, such as iPhone 5s?
-
Authorization Token Invalid or Expired
-
BOOL and how it is stored in the database.
-
Offline saving throwing errors
-
Custom endpoint not able to form request object
-
Security through business logic
See all 437 topics