Git Product home page Git Product logo

play-work's People

Contributors

dpeacock avatar fredast avatar poletti-marco avatar rsavitski avatar sergebeauchampgoogle avatar sgzmd avatar simonjwin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

play-work's Issues

targetSDK is missing in JSON output

I don't know if it is a bug or a missing feature:

If I import the JSON output from the externallyhosted.py script to Google Play Console, the "Target SDK" field in release management is empty ("-").

As from November 1, 2019, Google requires a target API level of 28+ for new apps and/or updates, this will probably cause some problems. As no target SDK is provided in the JSON, Google seems to use the minimum SDK value (which is 24+ in this case) and warns me, that the app won't be compliant with the new rules.

Is it planned to add the targetSDK to the JSON file in the future?

Thank you very much in advance and best regards!

Repeat: minSDK was being treated as the targetSDK

There appears to be a recurrence of #26

On August 1, 2019 the minimum targetedSdk for new applications submitted must be 28.
When submitting the json file we have the following error:
"Your app currently targets API level 19 and must target at least API level 28 to ensure it is build on the latest APIs optimized for security and performance"

App details:
minSDK: 19
targetSDK: 28
compileSDK: 28

@hdurer Is the same fix required again?

Android Device Policy crash during Registering Device.

Hi there,
I have a bug when trying to register device.

New company was created on https://enterprise.google.com/android/experience/overview.

I registered my device without any issues, and was able to access work environment on one+ 6 android phone.
Unfortunately I had a typeo in my company name, there was no way to update the name, so I went back to enterprise.google.com and removed my company.

I created a new company with correct spelling, went through the steps in Android Device Policy, got up to Registering device.
Then phone crashes and reboots.

If I go to settings > account I see work profile settings but work profile name states "work profile isn't available yet"
It has had this message for last 3 hours with no change and I cannot access my work profile.

I rebooted phone, uninstalled Android Device Policy, rebooted, reinstalled without success.

After removing Android Device Policy I still have Work profile apps in settings > apps & notifications screen, removing these is not possible.

Android version: 9
OxygenOS: 9.0.4
Phone Build: ONEPLUS A6003_22_190123

Thanks in advance.
Jelle

minSDK was being treated as the targetSDK

We had a generated json file with minimum_sdk attribute set to 21 but after uploading it to google play store, we are getting warnings "Your app currently targets API level 21 and must target at least API level 26"

App Details
minSDK: 21
targetSDK: 27
compiledSDK: 27

We should not be getting this error as our targetSDK was already set to 27 (verified with apk analyzer as well). I can also observe that the generated json don't have a target_sdk attribute, is that expected?

Script fails with error: "TypeError: character mapping must return integer, None or unicode"

Environment:
Windows 10
OpenSSL 1.0.2h
JDK 1.8.0_101
Python: 2.7.4 & 3.5.2
Android SDK Build Tools 24.0.1

APK used for testing was generated using the BasicMultiTouch sample found here: https://github.com/googlesamples/android-BasicMultitouch

Here is the full output:

C:\Users\msohm\Downloads>python externallyhosted.py --apk=BasicMultitouchSample-release.apk --externallyHostedUrl="removed"
Traceback (most recent call last):
File "externallyhosted.py", line 411, in
main()
File "externallyhosted.py", line 406, in main
CreateJson(args.apk_file_name, args.externally_hosted_url).parse(),
File "externallyhosted.py", line 380, in parse
apk_properties.update(parser.parse())
File "externallyhosted.py", line 312, in parse
jar_zip.extractall(path=temp_dir, members=manifest_files)
File "C:\Python27\lib\zipfile.py", line 1036, in extractall
self.extract(zipinfo, path, pwd)
File "C:\Python27\lib\zipfile.py", line 1024, in extract
return self._extract_member(member, path, pwd)
File "C:\Python27\lib\zipfile.py", line 1057, in _extract_member
arcname = arcname.translate(table)
TypeError: character mapping must return integer, None or unicode

Script does not handle paths with spaces

When running the script I ran into a number of errors because my android tools is in "C:\Program Files (x86)" so running aapt, zipalign etc was failing. Quoting the executable and paths resolved the issue.

Error uploading the json file on Play store

When I try uploading the Json file on Play store, I get this error :"Your Externally-hosted APK Definition file is missing the mandatory attribute application_label."

I have checked the json file, it indeed doesnt have the application_label attribute

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.