SkygearIO / skygear-SDK-iOS

Skygear SDK for iOS
https://skygear.io
Other
10 stars 28 forks source link

Asset should be uploaded automatically when saving record #206

Closed cheungpat closed 6 years ago

cheungpat commented 6 years ago

In JS SDK, an asset attached to a record is automatically uploaded before the record is saved. From the view of the developer, saving record with an asset is a one-step operation. This feature is lacking in iOS SDK.

carmenlau commented 6 years ago

Lambda is not call when calling callLambda after PR #209 It looks like there is incorrect error checking in callLambda? https://github.com/SkygearIO/skygear-SDK-iOS/blob/b3b558300a61b42b5e29eb2f34163eab19a79110/Pod/Classes/SKYContainer.m#L198