近期因Google Play应用商店的审核规则更新,部分开发者的应用收到了Google Play官方应用商店整改警告的通知,经极光技术人员紧急核实,系推送SDK中含有不符合Google Play最新版上架政策的代码逻辑。为避免您的应用被Google Play官网当做违规应用处置,建议您尽快升级极光推送SDK并发版上架。
3个文件已添加
2个文件已删除
2个文件已修改
3 文件已重命名
39 ■■■■ 已修改文件
JPushGP.Droid/JPushGP.Droid.csproj 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
JPushGP.Droid/JPushGP.Droid.sln 25 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
JPushGP.Droid/Jars/jcore-android-2.7.8-google_play.jar 补丁 | 查看 | 原始文档 | blame | 历史
JPushGP.Droid/Jars/jcore-android-2.9.0-google_play.jar 补丁 | 查看 | 原始文档 | blame | 历史
JPushGP.Droid/Jars/jpush-android-4.0.6-google_play.jar 补丁 | 查看 | 原始文档 | blame | 历史
JPushGP.Droid/Jars/jpush-android-4.2.2-google_play.jar 补丁 | 查看 | 原始文档 | blame | 历史
JPushGP.Droid/Libs/arm64-v8a/libjcore290.so 补丁 | 查看 | 原始文档 | blame | 历史
JPushGP.Droid/Libs/armeabi-v7a/libjcore290.so 补丁 | 查看 | 原始文档 | blame | 历史
JPushGP.Droid/Libs/armeabi/libjcore290.so 补丁 | 查看 | 原始文档 | blame | 历史
JPushGP.Droid/Properties/AssemblyInfo.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
JPushGP.Droid/JPushGP.Droid.csproj
@@ -54,13 +54,13 @@
    <TransformFile Include="Transforms\EnumMethods.xml" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedJar Include="Jars\jcore-android-2.7.8-google_play.jar" />
    <EmbeddedJar Include="Jars\jpush-android-4.0.6-google_play.jar" />
    <EmbeddedJar Include="Jars\jcore-android-2.9.0-google_play.jar" />
    <EmbeddedJar Include="Jars\jpush-android-4.2.2-google_play.jar" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedNativeLibrary Include="Libs\armeabi-v7a\libjcore278.so" />
    <EmbeddedNativeLibrary Include="Libs\arm64-v8a\libjcore278.so" />
    <EmbeddedNativeLibrary Include="Libs\armeabi\libjcore278.so" />
    <EmbeddedNativeLibrary Include="Libs\arm64-v8a\libjcore290.so" />
    <EmbeddedNativeLibrary Include="Libs\armeabi\libjcore290.so" />
    <EmbeddedNativeLibrary Include="Libs\armeabi-v7a\libjcore290.so" />
  </ItemGroup>
  <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
JPushGP.Droid/JPushGP.Droid.sln
New file
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.808.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JPushGP.Droid", "JPushGP.Droid.csproj", "{7247C19B-8277-4695-A05D-9F3CDF14877F}"
EndProject
Global
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
        Debug|Any CPU = Debug|Any CPU
        Release|Any CPU = Release|Any CPU
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
        {7247C19B-8277-4695-A05D-9F3CDF14877F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {7247C19B-8277-4695-A05D-9F3CDF14877F}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {7247C19B-8277-4695-A05D-9F3CDF14877F}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {7247C19B-8277-4695-A05D-9F3CDF14877F}.Release|Any CPU.Build.0 = Release|Any CPU
    EndGlobalSection
    GlobalSection(SolutionProperties) = preSolution
        HideSolutionNode = FALSE
    EndGlobalSection
    GlobalSection(ExtensibilityGlobals) = postSolution
        SolutionGuid = {E8931265-92D3-4DD7-8658-294819B95A83}
    EndGlobalSection
EndGlobal
JPushGP.Droid/Jars/jcore-android-2.7.8-google_play.jar
Binary files differ
JPushGP.Droid/Jars/jcore-android-2.9.0-google_play.jar
Binary files differ
JPushGP.Droid/Jars/jpush-android-4.0.6-google_play.jar
Binary files differ
JPushGP.Droid/Jars/jpush-android-4.2.2-google_play.jar
Binary files differ
JPushGP.Droid/Libs/arm64-v8a/libjcore290.so
Binary files differ
JPushGP.Droid/Libs/armeabi-v7a/libjcore290.so
Binary files differ
JPushGP.Droid/Libs/armeabi/libjcore290.so
Binary files differ
JPushGP.Droid/Properties/AssemblyInfo.cs
@@ -22,5 +22,5 @@
//      Minor Version 
//      Build Number
//      Revision
[assembly: AssemblyVersion ("1.0.1.0")]
[assembly: AssemblyFileVersion ("1.0.1.0")]
[assembly: AssemblyVersion ("4.2.2.0")]
[assembly: AssemblyFileVersion ("4.2.2.0")]