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

个推官方提供的推送SDK Flutter 插件(支持 Android & iOS)

Results 40 getui-flutter-plugin issues
Sort by recently updated
recently updated
newest added

解决方案: def push_manifestPlaceholders = [ GETUI_APPID : "", GETUI_APP_KEY : "", GETUI_APP_SECRET: "", ] 新增: project.android.defaultConfig.manifestPlaceholders = project.android.defaultConfig.manifestPlaceholders + push_manifestPlaceholders print("current_manifestplaceholder:" + project.android.defaultConfig.manifestPlaceholders) 进行合并

经过排查发现咱门远程仓库删了这个版本库

文档未说明,应该需要android项目依赖相关厂商sdk吧

当使用targetSdkVersion = 31 编译时提示错误信息“Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for...

### iOS端:初始化报错 `[GeTuiSdk startSdkWithAppId:ConfigurationInfo[@"appId"] appKey:ConfigurationInfo[@"appKey"] appSecret:ConfigurationInfo[@"appSecret"] delegate:self];`

报错截图: 请问一下怎么解决?

#38 @aklee @monkeydbobo @VickyGit @wutianjusouth

固定ios原生sdk版本号,ios原生GTSDK最新版不适配flutter

android maven{}里的url还是http!