My app is a normal app without any special requirements, it was rejected because of this:
Guideline 2.5.1 - Performance - Software Requirements
Your app uses the HealthKit or CareKit APIs but does not indicate integration with the Health app in your app description and clearly identify the HealthKit and CareKit functionality in your app’s user interface.
Next Steps
To resolve this issue, please revise your app description to specify that your app integrates with the Health app and please clearly identify the HealthKit functionality in app’s user interface to avoid confusion.
this is my building.settings
-- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight settings = { splashScreen = { ios = { enable = false }, android = { enable = false, --image = "screen\_splash\_android.jpg" } }, window = { defaultMode = "fullscreen", }, orientation = { default = "portrait", supported = { "portrait"} }, plugins = { ["plugin.utf8"] = { publisherId = "com.coronalabs" }, }, android = { coronaWindowMovesWhenKeyboardAppears = true, minSdkVersion = "14", usesPermissions = { -- Required by the MapView to fetch its contents from the Google Maps servers. "android.permission.INTERNET", "com.android.vending.CHECK\_LICENSE", "android.permission.CALL\_PHONE", }, usesFeatures = { { name = "android.hardware.location.network", required = false } }, }, iphone = { xcassets = "Images.xcassets", plist = { --LSApplicationQueriesSchemes = { "comgooglemaps" }, UIBackgroundModes = {"remote-notification"}, NSAppTransportSecurity = { NSAllowsArbitraryLoads = true, }, UIApplicationExitsOnSuspend = false, --NSLocationAlwaysUsageDescription = "This app would like to use location services.", --NSLocationWhenInUseUsageDescription = "This app would like to use location services.", UIStatusBarHidden = false, UILaunchStoryboardName = "LaunchScreen", }, } }
Whats going on??? I don’t have any plugins or any code that would raise this alert.
Help please?
Regards,
Carlos.