Hi all.
This Library is different about Library AppStore for many reason.
1) AppStorePlus ( this library ) you can reading information Play Store, Apple Store, Windows Store
2) Library AppStorePlus you can know for any app:
price, name, package, platform, version, versioncode, data release, bytes size, title, description, screenshot size and url, url movie, privacy policy url, Permission, Supported Devices, icon information and url, Star Rating, Average Rating, User Rating, information Development, etc..
3) This service you have light plan for month or you can buy this service. For information about your token and another information . CLICK HERE
This is library for easy access to app data from Google Play / Apple iTunes / Windows Phone Store
Is very simple:
AppStorePlus
Author: Devil-App
Version: 1
This Library is different about Library AppStore for many reason.
1) AppStorePlus ( this library ) you can reading information Play Store, Apple Store, Windows Store
2) Library AppStorePlus you can know for any app:
price, name, package, platform, version, versioncode, data release, bytes size, title, description, screenshot size and url, url movie, privacy policy url, Permission, Supported Devices, icon information and url, Star Rating, Average Rating, User Rating, information Development, etc..
3) This service you have light plan for month or you can buy this service. For information about your token and another information . CLICK HERE
This is library for easy access to app data from Google Play / Apple iTunes / Windows Phone Store
Is very simple:
AppStorePlus
Author: Devil-App
Version: 1
- appstoreplus
Methods:- IsInitialized As Boolean
Tests whether the object has been initialized. - Initialize (package_name As String, store As String, token As String, Module As Object, EventName As String) As String
B4X:'Easy access to app data from Google Play / Apple iTunes / Windows Phone Store: 'You have 3 parameters: 'Initialize(package_name As String, astore As String, token As String, Me, "check_short") 'package_name --> Play Store: "com.devil.app.antispy" : AppStore: "6018" : WindowsPhoneStore "34343" 'store --> '"gplay" if you want search this in Play Store '"itunes" if you want search this in AppStore '"winstore" if you want search in Windows Phone Store 'Example: 'Dim store As appstoreplus 'Dim token As String = "e2fbecb6a52bd9acccc88eeb828b358ba8279326f32c98a7ed87631f5be339df" 'Dim astore As String = "gplay" 'Dim istore As String = "itunes" 'Dim wstore As String = "winstore" 'store.Initialize("com.devil.app.antispy", astore , token, Me, "check_value") '..... 'Sub check_value(valore As typeLevel) ' Log("Price: " & valore.price) ' Log("Currency: " & valore.currency) ' Log("Platform: " & valore.platform) ' Log("Name Pkg: " & valore.androidPackage) ' Log("Version: " & valore.versionstring) ' Log("Version Code: " & valore.versionCode) ' Log("Major Version Number: " & valore.majorVersionNumber) ' Log("Release Data: " & valore.releasedata) ' Log("Size App: " & valore.installationSyzeBytes) ' Log("Title App: " & valore.title) ' Log("Description: " & valore.description) ' Log("Share Url: " & valore.shareUrl) ' Log("Privacy Policy Url: " & valore.privacyPolicyUrl) ' ' 'Permission App ' Dim p1 As Int ' For p1 = 0 To valore.permissions.Size - 1 ' Log("Permission: " & valore.permissions.Get(p1)) ' Next ' ' 'SupportedDevicesTypes ' Dim d1 As Int ' For d1 = 0 To valore.supportedDevicesTypes.Size - 1 ' Log("Supported Devices Types: " & valore.supportedDevicesTypes.Get(0)) ' Next ' ''Screenshots App 'Dim s1 As Int 'For s1 = 0 To valore.screenshots.Size - 1 ' Log("Height: " & valore.img_height(s1)) ' Log("Width: " & valore.img_width(s1)) ' Log("Device Type: " & valore.img_deviceType(s1)) ' Log("Img Url: " & valore.img_url(s1)) 'Next ' ''Icons App 'Dim i1 As Int 'For i1 = 0 To valore.icons.Size - 1 ' Log("Height Icons: " & valore.icon_height(s1)) ' Log("Width Icons: " & valore.icon_width(s1)) ' Log("Icons Url: " & valore.icon_url(s1)) 'Next ' ''Video App ' Log("Video Height: " & valore.video_height) ' Log("Video Width: " & valore.video_width) ' Log("Video Preview: " & valore.video_preview) ' Log("Video Url: " & valore.video_url) ' ' 'Star Retings ' Log("One Start: " & valore.oneStarRatings) ' Log("Two Star: " & valore.twoStarRatings) ' Log("Three Star : " & valore.threeStarRatings) ' Log("Four Star: " & valore.fourStarRatings) ' Log("Five Star: " & valore.fiveStarRatings) ' Log("User Rating Count: " & valore.userRatingCount) ' Log("Average User Rating: " & valore.averageUserRating) ' ' 'Developer App ' Log("Dev. Badges: " & valore.develop_badges) ' Log("Dev. Email: " & valore.develop_email) ' Log("Dev. WebSite: " & valore.develop_website) ' Log("Dev. Name: " & valore.develop_name) 'End Sub '******
This is Result:
**************
FOR GET YOUR KEY, INFORMATION PRICE SERVICE AND ANOTHER INFORMATION ABOUT SERVICE YOU GO HERE
**************
LIBRARY
- Unzip the attached file ( AppStorePlus-Lib.zip ) and copy AppStorePlus.jar and AppStorePlus.xml to the libraries folder
- AppStorePlus-Example.zip is simple B4A
- IsInitialized As Boolean
Attachments
Last edited: