删除Parse Cloud Code中的其他文件

时间:2014-08-15 20:12:31

标签: javascript ios parse-platform cloud cloud-code

我在我的云代码中添加了一个名为push_cloud_code.js的新javascript文件。如图中所示:enter image description here

我想知道如何从我的云代码文件中删除此文件。如果有可能吗?

我也想知道如何在iOS中调用此功能。或者您只能使用以下代码调用main.js文件中的函数:

 [PFCloud callFunctionInBackground:@"push"
                   withParameters:@{}
                            block:^(NSString *result, NSError *error) {
                                if (!error) {
                                    // result is @"push"
                                }
                            }];

提前感谢大家的帮助。

1 个答案:

答案 0 :(得分:0)

不幸的是,解析时不支持运行或删除此文件,如果您访问parse.com论坛,虽然看起来他们正在努力让您能够尽快运行这些文件。