hy106211
Results
1
comments of
hy106211
> > 可能哪里调用了极光的方法,任意一个方法只要调用了极光就会收集。可以检查一下,比如setBage这种可能在前后台中进行了处理。不过也有可能这个插件写的时候自己调了方法。 > > 所以最好还是试一下这个方法,启动app时调用该方法(默认是收集就挺不合理的): > > ```dart > > JPush().setAuth(enable: false); > > ``` > > > > > > > > > > > > > >...