Hello, My app has been rejected with same issue. I am build on build number 2018.3452.
I update my app and send to apple review on 25/02/2662, which my app is hidden object game and no any parts or plugin of HealthKit, But App Apple reject my app because noticed my app uses HealthKit
== FULL TEXT REJECT ==
Guideline 2.5.1 - Performance - Software Requirements
We noticed that your app uses HealthKit, but your app does not appear to include any primary features that require health or fitness data.
The intended use of HealthKit is to share health or fitness data with other apps or devices, and it should be used only in apps that require this data as a part of the app’s core functionality.
Next Steps
To resolve this issue, please remove any HealthKit functionality from your app, as well as any references to this app’s interactivity with HealthKit from the app or its metadata.
== my app build.setting ==
settings =
{
orientation =
{
–default = “portrait”,
default = “landscapeRight”,
supported = {
–“portrait”
“landscapeRight”,
}
},
iphone =
{
xcassets = “Images.xcassets”,
plist =
{
UILaunchStoryboardName = “LaunchScreen”,
NSAppTransportSecurity = { NSAllowsArbitraryLoads=true },
}
},
window =
{
titleText =
{
default = “Hidden Objects”,
},
},
android =
{
usesPermissions =
{
“android.permission.INTERNET”,
“android.permission.ACCESS_NETWORK_STATE”,
--“android.permission.CAMERA”,
--“android.permission.READ_PHONE_STATE”,
--“android.permission.WRITE_EXTERNAL_STORAGE”,
--“android.permission.ACCESS_FINE_LOCATION”,
},
FacebookAppID = “504772506364897”,
},
– enable the admob plugin
plugins =
{
[“CoronaProvider.native.popup.social”] =
{
– required
publisherId = “com.coronalabs”,
},
[“plugin.admob”] =
{
publisherId = “com.coronalabs”
},
},
– plugin end –
}