SkygearIO / skygear-SDK-iOS

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

Unable to SKYAsset asset with data #148

Closed carmenlau closed 6 years ago

carmenlau commented 6 years ago

Current SKYAsset constructor used url to detect minetype, the detection will be fail when init asset with NSData or url without extension.

When doing this fix, please check if both init with url, fileURL and data is working.