Hi,
After loading my project into Xcode, I noticed that there are a lot of required capabilities set by default that are not easily switched of in Appery's interface.
Also, although I have not enabled Push notifications in my app, when I pushed the app to the App Store, I then received the following notification:
------------------------------------------------------------------------------------------------------"Missing Push Notification Entitlement - Your app appears to include API used to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment" entitlement. "
------------------------------------------------------------------------------------------------------Am I correct in assuming that I should edit the config.xml with the Appery Source to correct this?
For Push (when I dont require it), should I simply delete the following?
Code: Select all
feature name="PushNotification"
param name="ios-package" value="PushNotification"
feature and for capabilities that I do not require (eg compass), should I simply delete the following?
Code: Select all
feature name="Compass"
param name="ios-package" value="CDVCompass"
feature