Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用resourceIdkinvey 框架中的方法的应用程序。它现在说它已被弃用,我找不到另一种方法来替换它。这是代码的那一部分:
resourceId
KCSResourceResponse* obj = (KCSResourceResponse*)objectsOrNil[0]; self.mealModel.imageURL = [obj resourceId];
我应该用什么代替它?
如果您使用的是 KinveyKit 1.18.0 或更高版本,您应该使用 KCSFileStore API 而不是 ResourceService API。返回对象将是一个 KCSFile,您可以改用 fileId 属性。