Hi Guys,
Suddenly Corona build is not accepted on itunesconnect. It was accepted fine 4 days ago with same Corona build and same Application Loader. I tried on various Corona builds including latest one.
Dear Developer,
We identified one or more issues with a recent delivery for your app, “xxx”. Please correct the following issues, then upload again.
Invalid Signature - A sealed resource is missing or invalid. The file at path [appname.app/appname] is not properly signed. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose “Clean All” in Xcode, delete the “build” directory in the Finder, and rebuild your release target. For more information, please consult https://developer.apple.com/library/ios/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html
Best regards,
The App Store Team
Here is my plugins, may it’s a issue of any plugin.
plugins = { ["plugin.facebook.v4a"] = { publisherId = "com.coronalabs" }, ["plugin.OneSignal"] = { publisherId = "com.onesignal", }, -- key is the name passed to Lua's 'require()' ["CoronaProvider.analytics.flurry"] = { -- required publisherId = "com.coronalabs", }, ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, ["plugin.amazon.iap"] = { publisherId = "com.amazon", supportedPlatforms = { ["android-kindle"]=true }, }, ["plugin.kidoz"] = { publisherId = "com.coronalabs" }, ["plugin.reviewPopUp"] = { publisherId = "tech.scotth", }, ["plugin.firebaseAnalytics"] = { publisherId = "tech.scotth", }, ["plugin.fabric"] = { publisherId = "tech.scotth", }, ["plugin.facebookAnalytics"] = { publisherId = "tech.scotth", supportedPlatforms = { iphone=true, android=true, ["android-kindle"]=true } }, ["plugin.zip"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true, osx=true, win32=true } }, ["plugin.firebaseConfig"] = { publisherId = "tech.scotth", }, --["plugin.flurry.analytics"] = --{ --publisherId = "com.coronalabs" --}, ["plugin.tenjin"] = { publisherId = "com.coronalabs" }, },
I tried a project in Xcode with same certificate and same provisioning profile and submitted through Application loader to ituneconnect. It accepted.
What is this problem and it’s solution. Thanks in advance.
Regards,
Usman Mughal