Is AppYet website done?

jpaxton

New Member
Is AppYet website done? Do we need to start looking for another android app option? I've loved the ease of using AppYet to create our Android apps. They've been great quality and have always been on it whenever changes have been needed. However, there are recent changes to Google Play Store policies that I don't think AppYet apps are compliant with. And I don't think @appyet moderators here have been on the support forums very much over the last 8 months to answer questions. I'm hoping they are just taking a break and/or are busy working on fixes for these new policies. Crossing fingers...
 

Stigmabase

New Member
Your Right @jpaxon. We contacted Google Play and we know why all APPYET apps receive :Data Safety notification

Google recently released an update with regards to permissions and API's that access sensitive information. Upon checking your app ......, it currently has the permission READ_EXTERNAL_STORAGE which is considered as a sensitive/ high risk permission.

You have received the Data Safety notification due to the above mentioned information.

This permission is written in the source code ... more precisely in the AndroidManifest.xml, that we have decompiled via www.decompiler.com

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>

As long as Appyet does not remove this line of code, all OUR applications will be considered at risk.

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="86" android:versionName="8,7" android:installLocation="auto" android:compileSdkVersion="23" android:compileSdkVersionCodename="6.0-2438415" package="......" platformBuildVersionCode="30" platformBuildVersionName="11">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>
<supports-screens android:anyDensity="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.FLASHLIGHT"/>
<uses-permission android:name="com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY"/>
<uses-feature android:name="android.hardware.location.network" android:required="false"/>
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<uses-feature android:name="android.hardware.wifi" android:required="false"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<queries>
 
Last edited:

DuaneKeen

New Member
Your Right @jpaxon. We contacted Google Play and we know why all APPYET apps receive :Data Safety notification

Google recently released an update with regards to permissions and API's that access sensitive information. Upon checking your app ......, it currently has the permission READ_EXTERNAL_STORAGE which is considered as a sensitive/ high risk permission.

You have received the Data Safety notification due to the above mentioned information.

This permission is written in the source code ... more precisely in the AndroidManifest.xml, that we have decompiled via www.decompiler.com

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>

As long as Appyet does not remove this line of code, all OUR applications will be considered at risk.

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="86" android:versionName="8,7" android:installLocation="auto" android:compileSdkVersion="23" android:compileSdkVersionCodename="6.0-2438415" package="......" platformBuildVersionCode="30" platformBuildVersionName="11">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>
<supports-screens android:anyDensity="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.FLASHLIGHT"/>
<uses-permission android:name="com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY"/>
<uses-feature android:name="android.hardware.location.network" android:required="false"/>
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<uses-feature android:name="android.hardware.wifi" android:required="false"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<queries>

Is it resolved? I'm a scientific student who wants to study more about science online. On this website, https://www.geekgirlauthority.com/what-can-we-learn-from-reading-science-fiction/, I'm reading science fiction. I can notice a few quick facts about science fiction in here. This is a pretty wonderful site about science fiction. You can check out this website if science is something you're interested in.
Is it resolved?
 
Top