
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Ruby bindings for the Apple VPP Managed App License Distribution API.
Add this line to your application's Gemfile:
gem 'apple_vpp'
And then execute:
$ bundle
Or install it yourself as:
$ gem install apple_vpp
Use the library like this:
s_token = File.read './from_apple_portal.vpptoken'
c = AppleVPP::Client.new s_token
resp = c.get_users
c.edit_user user_id: resp[:users].first[:user_id],
email: 'youremail@example.org'
For information beyond what is included here, refer to the "Mobile Device Management Protocol Reference" documentation on Apple's Developer site.
One of these is required:
One of these is required:
Optional:
Optional:
Required:
One of these is required:
Optional:
Optional:
Optional:
One of these is required:
Optional:
Optional:
Required:
One (and only one) of these are required:
Optional:
Required:
Optional:
One of these is required:
Should an error be reported by the Apple API service, the library will raise a custom error class that will correspond to the Apple error code like so:
AppleVPP::Error::Code#{error_code}
A message will also be provided with the error.
The Apple API service may return a 503 Service Unavailable
error if the service is overwhelmed or if your client is being too aggressive. In this scenario, apple_vpp
will raise AppleVPP::Error::ServiceUnavailable
. The raised error will include a method .retry_in_seconds
which returns an integer value, in seconds, of how long you should wait before retrying your request. The raw Retry-After
header that Apple returns is also available via .retry_after
.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that apple_vpp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.