Mobile Info
The Mobile Info plugin is specifically designed to retrieve the mobile device's native information on both Android and iOS, for games built using Construct 3 and Construct 2.
The Mobile Info plugin can retrieve information including the Cordova version running the device, the device's manufacturer, model, OS version, platform, hardware serial number and UUID. The plugin can also detect if the application is on a virtual device simulator rather than a real device.
The Mobile Info plugin also has support for Windows and MacOS ready with Cordova.
Introduction
The Construct Master Collection supports the full and easy integration of native mobile Android SDKs and iOS SDKs for both Construct 3 and Construct 2.
Please click here to learn more about Mobile.
Features
The Mobile Info plugin is specifically designed to retrieve the mobile device's native information on both Android and iOS, for games built using Construct 3 and Construct 2.
The Mobile Info plugin can retrieve information including the Cordova version running the device, the device's manufacturer, model, OS version, platform, hardware serial number and UUID. The plugin can also detect if the application is on a virtual device simulator rather than a real device.
The Mobile Info plugin also has support for Windows and MacOS ready with Cordova.
Here are some of the native features of the mobile plugin:
Mobile device information
Native device information
Android
iOS
Windows (Ready)
MacOS (Ready)
Device platform lookup
Detection of virtual device simulation
Device serial number
Device UUID
Cordova version
Device manufacturer
Device model
OS version
Easy to use and no programming required.
Well maintained and fully tested.
For more information about native mobile or Android and iOS features, please click here to learn the introductory lessons to Mobile.
Platform Integration
Here are some of the platforms that are natively supported:
Android
iOS
Native Android
Native iOS
Build Support
Here are some of the supported build options:
Construct 3 Build Service
Android Studio
Xcode
Phonegap
Editor Features
Here are some of the features in the Construct editor:
Construct 3
Construct 2
How to use?
It is easy to use the Mobile Info plugin, you will only need to follow the steps below.
1. The first step is to add the Mobile Info object into the project.
Documentation
There is currently nothing to show, we will add more in the future.
Actions, Conditions & Expressions
Actions
Conditions
The following condition groups:
Device Information
Device Information
Is Virtual - Checks whether the device is running on a simulator.
Is Platform - Checks what platform the device is running on.
Platform - The platform to check.
Expressions
The following expression groups:
Device Information
Device Information
Cordova - Returns the version of Cordova running on the device. Example "7.0.0".
Model - Returns the name of the device's model or product. Example "Passion" for the Nexus One.
Platform - Returns the device's operating system name. Example "Android".
UUID - Returns the device's Universally Unique Identifier (UUID).
OSVersion - Returns the operating system version. Example iOS 3.2 returns "3.2".
Manufacturer - Returns the device's manufacturer. Example Motorola XT1032 would return "motorola".
Serial - Returns the device hardware serial number (SERIAL).
Showcase
There is currently nothing to show, we will add more in the future.
Game Projects
Instructions Kit
Specifications
-
Instructions - The game project contains instructions and steps on how to use the addon and its features.
-
Action, Conditions and Expressions - It covers the implementation of each action, condition and expression.
-
Tips and Tricks - It provides some tips and tricks on the recommended ways of using the addon.