We are excited to announce the new release of OpenPlug Studio (v3.0.7.38-145). Follow this link to download it now.
This new release brings :
- in-app purchase for iOS & Android
- accelerometer & gyro sensors
- pinch-to-zoom in images
- plus users change requests
Read on for the details...
in-app purchase for iOS & Android
With in-app purchase, you shall be able to boost your revenues as a developer by monetizing additional contents from within you paid or free apps. OpenPlug Studio now provides build-in support of in-app purchase for both iOS and Android through a generic API.
To help you getting started with in-app purchase, you can refer to the inAppPayments app using the "import sample" button in OpenPlug Studio.
>> Read on the in-app purchase tutorial
accelerometer & gyroscope sensors
The device orientation has become a popular way of handling user input in mobile apps. It is particularly suitable for games but also usefull to trigger events in all kinds of apps.
OpenPlug Studio now provides generic classes to access the device accelerometer and gyroscope sensors: the flash.sensors.Accelerometer class allows tracking of device acceleration and orientation while the flash.sensors.Gyroscope class provides rotation information. For implementation details, please refer to the UICatalog sample application using the OpenPlug Studio "import sample" button.
pinch-to-zoom in images
OpenPlug Studio was enriched with a new container for handling the pinch-to-zoom 2-fingers gesture on images. Pinch-to-zoom was already supported in webviews, you can now have it on images using the <mob:ZoomableImage> UI control.
For implementation details, please refer to the UICatalog sample application using the OpenPlug Studio "import sample" button.
users change requests
As part of this release comes bug fixes and features asked by our user through the vote for change requests page. Change requests highlights:
- First application boot time significantly reduced on iOS
>> download the latest OpenPlug Studio version and access the release notes.
|
Comments