-
Notifications
You must be signed in to change notification settings - Fork 210
Open

Description
Hello, trying to use the "download" function with the following app:
com.facebook.orca
I receive the following error:
File "/scripts/get_apk.py", line 29, in download_apk
download = server.download(packageName=package_name, versionCode=int(package_version), expansion_files=True)
File "/home/developer/workspace/gpapi/googleplay.py", line 703, in download
return self.delivery(packageName, versionCode, offerType, dlToken,
File "/home/developer/workspace/gpapi/googleplay.py", line 628, in delivery
raise RequestError('App not purchased')
gpapi.googleplay.RequestError: 'App not purchased'
How can I purchase the app automatically? Is there a function to do it?
Metadata
Metadata
Assignees
Labels
No labels