Non-compliant SDK version problem

yahyaaa

New Member
Hello @appyet
Google show us this message " Your app includes non-compliant SDK version " to update the sdk to the new version. Can you please fix it with the new version? And thank you
 

yahyaaa

New Member
Please provide more detail, which specific sdk?
This is the message:
Your app *** version code 11 includes SDK com.flurry.android:analytics or an SDK that one of your libraries depends on, which collects personal or sensitive data that includes but may not be limited to Android ID, Advertising ID identifiers. Persistent device identifiers may not be linked to other personal and sensitive user data or resettable device identifiers as described in the user data policy.

Starting from 23 January 2023 midnight (UTC), new app releases containing the SDK version(s) that do not comply with the user data policy may be blocked from release. You may consider upgrading to a policy-compliant version of this SDK that does not include the violating code, if available from your SDK provider, or removing this SDK from your app.

According to your SDK provider, you may consider upgrading to 14.0.0, and/or contacting your SDK provider to see if a suitable later version might be available. Google is unable to endorse or recommend any third-party software.

ACTION REQUIRED: Upload a new compliant version AND deactivate the non-compliant version.

Read through the user data policy for more details and how to submit an updated app for review here.

If you've reviewed the policy and feel our decision may have been in error, please reach out to our policy support team.

Learn More
 

appyet

Support Team Member
Staff member
Rebuild your app with newly released 4.0.24, and report back if any fuether issues.


4.0.24:
---------------------
- Android: Removed Twitter Module (No longer supported by Twitter)
- Android: Removed Flurry SDK to fix "Non-compliant SDK version"
- Android: Updated support libraries to the latest versions
- Android: Fixed Video Player orientation incorrect when video height = video width
- Android: Fixed Delete All dialog buttons are invisible in light theme
- Android: Fixed article layout not refreshing properly in some situations when an item is deleted
 

yass

New Member
Rebuild your app with newly released 4.0.24, and report back if any fuether issues.


4.0.24:
---------------------
- Android: Removed Twitter Module (No longer supported by Twitter)
- Android: Removed Flurry SDK to fix "Non-compliant SDK version"
- Android: Updated support libraries to the latest versions
- Android: Fixed Video Player orientation incorrect when video height = video width
- Android: Fixed Delete All dialog buttons are invisible in light theme
- Android: Fixed article layout not refreshing properly in some situations when an item is deleted
2022-11-30_01-08-18.jpg

same problem at released 4.0.24,
 

appyet

Support Team Member
Staff member
What is your app link on google play? Also where can we download the apk which you used to publish to google play. Is your current latest release code version is 46 or 47?
 
Last edited:

yass

New Member
What is your app link on google play? Also where can we download the apk which you used to publish to google play. Is your current latest release code version is 46 or 47?
This is the message I got when I updated my app

app G p link ,app updat link , release code version is 46

message problems

-------------
We found some problems with your release

Your app includes non-compliant SDK version​

Your app com.bem.**** version code 46 includes SDK com.flurry.android:analytics or an SDK that one of your libraries depends on, which collects personal or sensitive data that includes but may not be limited to Android ID, Advertising ID identifiers. Persistent device identifiers may not be linked to other personal and sensitive user data or resettable device identifiers as described in the user data policy.
Starting from 23 January 2023 midnight (UTC), new app releases containing the SDK version(s) that do not comply with the user data policy may be blocked from release. You may consider upgrading to a policy-compliant version of this SDK that does not include the violating code, if available from your SDK provider, or removing this SDK from your app.
According to your SDK provider, you may consider upgrading to 14.0.0, and/or contacting your SDK provider to see if a suitable later version might be available. Google is unable to endorse or recommend any third-party software.
ACTION REQUIRED: Upload a new compliant version AND deactivate the non-compliant version.
Read through the user data policy for more details and how to submit an updated app for review here.
If you've reviewed the policy and feel our decision may have been in error, please reach out to our policy support team.
Learn More

Dismiss

-------------------------------

3 Warnings


3 MESSAGES FOR VERSION CODE 54

Warning
This APK results in unused code and resources being sent to users. Your app could be smaller if you used the Android App Bundle. By not optimising your app for device configurations, your app is larger to download and install on users' devices than it needs to be. Larger apps see lower installation success rates and take up storage on users' devices.

Warning
There is no deobfuscation file associated with this APK. If you use obfuscated code (R8/proguard), uploading a deobfuscation file will make crashes and ANRs easier to analyse and debug. Using R8/proguard can help reduce app size. Learn more

Warning
This APK contains native code, and you've not uploaded debug symbols. We recommend that you upload a symbol file to make your crashes and ANRs easier to analyse and debug. Learn more
 
Last edited:
Top