jverify-flutter-plugin icon indicating copy to clipboard operation
jverify-flutter-plugin copied to clipboard

JPush's officially supported Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)。

Results 57 jverify-flutter-plugin issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/48268460/143412797-5d04f240-fdeb-4e42-b15c-174cc205b085.png)

多语言情况下,运营商名称和服务协议条款能否支持英文

debug正常 release部分图片显示不出来显示黑框

> 使用2.1.7和2.1.6不展示自定义协议,用2.1.4测试是正常的 以下是官方demo用2.1.4和2.1.7测试的截图

调用jverify.preLogin()预取号,返回:{message: , code: 7000}

安卓手机,在WiFi和移动网络同时打开的情况下,获取loginToken失败。fetch loginToken failed:[CT,(80801)WIFI切换异常]。

import android.content.Context; import io.flutter.app.FlutterApplication; import com.baidu.mobads.action.BaiduAction; public class App extends FlutterApplication { @Override public void onCreate() { super.onCreate(); // 调用SDK初始化接口: // 1. 调用位置:必须在Application的onCreate方法中调用。 // 2. 必须在其他的数据上报接口调用之前调用,否则其他接口都将无法使用。 // USER_ACTION_SET_ID:SDK应用ID,需要在百度申请; Constants.APP_SECRET_KEY:SDK应用密钥,需要在百度申请 //...

We found that your app is using JiGuang SDK which contains code to download executable code (e.g. dex, JAR, .so files) from a source other than Google Play.