You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hello, trying to use the "download" function with the following app:
I receive the following error:
How can I purchase the app automatically? Is there a function to do it?
The text was updated successfully, but these errors were encountered: