帖子
帖子
用户
博客
课程
显示全部楼层
30
帖子
0
勋章
153
Y币

[插件使用] 买这个模块在我的APP可以使用不会冲突吗?

[复制链接]
发表于 2021-6-23 09:56:21
我想问一下,我想买这个模块moduleSMSListening v1.1.0。买了后可以永久使用吗?以后不会再收费了吗?这个模块在我的APP可以使用不会冲突吗?getCon
。返回json数组数据.和getMsg.如果可以正常使用我就买,可以私下联系你吗?
130
帖子
7
勋章
6万+
Y币
呵呵,购买的当前应用可以永久使用。
如果有冲突或者BUG,就找作者修复就完事了。
30
帖子
0
勋章
153
Y币
520707liu 发表于 2021-6-23 10:00
呵呵,购买的当前应用可以永久使用。
如果有冲突或者BUG,就找作者修复就完事了。
...

可以先测试能使用,再买吗?我不知道你这个模块的代码怎么加入我的APP里,我把代码私下发给你,你可以把代码加在APP里吗?
1
帖子
1
勋章
1149
Y币
只有编译正式包时候才需要购买授权,
1
帖子
1
勋章
1149
Y币
可以根据这个模块的文档示例编写代码,https://docs.apicloud.com/Client ... /moduleSMSListening  编译测试包体验
130
帖子
7
勋章
6万+
Y币
jinrong42264795 发表于 2021-6-23 10:15
可以先测试能使用,再买吗?我不知道你这个模块的代码怎么加入我的APP里,我把代码私下发给你,你可以把 ...

编译正式的才需要购买,测试或者loader都能用来免费测试
30
帖子
0
勋章
153
Y币
520707liu 发表于 2021-6-23 10:39
编译正式的才需要购买,测试或者loader都能用来免费测试

var resultCallback = function(ret, err) {
                    if (err) {
                        api.alert({
                            title : '错误信息',
                            msg : ret.msg + " :: " + err.err,
                            buttons : ['确定']
                        }, function(ret, err) {
                            //coding...
                        });
                    } else {
                        api.alert({
                            title : '通讯录',
                            msg : JSON.stringify(ret.contact),
                            buttons : ['确定']
                        }, function(ret, err) {
                            if (ret) {
                            } else {
                            }
                        });
                    }
                }
                        bekeerSMS.getCon(resultCallback);

加了后总是出错,可能是我代码写的不对。  是加在<script>下面对吗?
130
帖子
7
勋章
6万+
Y币
jinrong42264795 发表于 2021-6-23 11:28
var resultCallback = function(ret, err) {
                    if (err) {
                        a ...

var moduleSMSListening = api.require('moduleSMSListening');
                        moduleSMSListening.getCon(function (ret,err){

                        });

                        moduleSMSListening.getMsg(function (ret,err){

                        });

                        moduleSMSListening.startListening(function (ret,err){

                        });
30
帖子
0
勋章
153
Y币
520707liu 发表于 2021-6-23 11:59
var moduleSMSListening = api.require('moduleSMSListening');
                        moduleSMSListening.getCon(function  ...

看不懂。。我把代码私信发给你,你帮我添加进去可以吗?我试了几次都失败了,我要的是获取通讯录和短信就可以了,
130
帖子
7
勋章
6万+
Y币
jinrong42264795 发表于 2021-6-23 15:27
看不懂。。我把代码私信发给你,你帮我添加进去可以吗?我试了几次都失败了,我要的是获取通讯录和短信就 ...

QQ:770104707
您需要登录后才可以回帖 登录

本版积分规则