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.
I wanted to add a profile photo to user collection when creating a user. I was thinking of doing [user setValue:imageData forAttribute:@"photo"] and then with help of KCSLinkedAppdataStore store it mybkexperience. But it fails with error JSON serialization not supported for NSConcreteMutableData.
Uploading the file separately and then set its fileid to an attribute in user collection works. What is the best way of extending KCSUser? I am currently using class extension.
Best Answer
P
Pranav J
said
over 4 years ago
Hi Shirley,
Objective-C (1.x iOS SDK) is no longer a supported product by Kinvey. The Kinvey SDK only supports Swift (3.x iOS SDK). We strongly recommend that you migrate to a 3.x version of the SDK as soon as possible.
Objective-C (1.x iOS SDK) is no longer a supported product by Kinvey. The Kinvey SDK only supports Swift (3.x iOS SDK). We strongly recommend that you migrate to a 3.x version of the SDK as soon as possible.
Thanks,
Pranav
Kinvey
1 person likes this
v
violetevergarden
said
over 4 years ago
migrating to different version just to add a profile photo seems too hectic.
Shirley732
I wanted to add a profile photo to user collection when creating a user. I was thinking of doing [user setValue:imageData forAttribute:@"photo"] and then with help of KCSLinkedAppdataStore store it mybkexperience. But it fails with error JSON serialization not supported for NSConcreteMutableData.
Uploading the file separately and then set its fileid to an attribute in user collection works. What is the best way of extending KCSUser? I am currently using class extension.
Hi Shirley,
Objective-C (1.x iOS SDK) is no longer a supported product by Kinvey. The Kinvey SDK only supports Swift (3.x iOS SDK). We strongly recommend that you migrate to a 3.x version of the SDK as soon as possible.
Thanks,
Pranav
Kinvey
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstPranav J
Hi Shirley,
Objective-C (1.x iOS SDK) is no longer a supported product by Kinvey. The Kinvey SDK only supports Swift (3.x iOS SDK). We strongly recommend that you migrate to a 3.x version of the SDK as soon as possible.
Thanks,
Pranav
Kinvey
1 person likes this
violetevergarden
migrating to different version just to add a profile photo seems too hectic.
-
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