Thanks, Andrew. Here are my build settings for both ICE and the stripped down project:
iphone = { plist = { CFBundleShortVersionString = "1.1", CFBundleIconFile = "Icon.png", CFBundleIconFiles = { "Icon.png", "Icon@2x.png", "Icon-Small-40.png", "Icon-Small-40@2x.png", "Icon-60.png", "Icon-60@2x.png", "Icon-72.png", "Icon-72@2x.png", "Icon-76.png", "Icon-76@2x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", "Icon-Small.png", "Icon-Small@2x.png" }, UIPrerenderedIcon = true, UIFileSharingEnabled = false, UIStatusBarHidden = true, UIApplicationExitsOnSuspend = true, } }, android = { usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_WIFI\_STATE", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.RECEIVE\_BOOT\_COMPLETED", "com.android.vending.BILLING", "android.permission.GET\_ACCOUNTS", }, }