Impossible to publish on App Store?

Ok, this is quite unsettling.

I haven’t published anything over the last month, so this is the first time I try to push a game on Apple App Store since over a month and… I find out that I cannot publish at all because the game doesn’t pass the validation :evil:


And… comes out that is because of Unity own library as you can see here:

So… I’ve submitted a bug to Unity (Case 565327) but I guess this is a quite big issue… any work-around???

Thanks,
Pino

Following up: I created an empty app with an empty scene, still libiPhone-lib.a is there with that string but… the fake app passes the validation:face_with_spiral_eyes: There is nothing else containing that string … I guess this will be something to dig in in the morning :confused:

Are you using any third-party stuff in your game/app for analytics or something similar? Seems like SOMETHING is just trying to access the UDID which isn’t allowed anymore.

Well, nothing else shows up in the search … So… I’m unaware of another way to use that call, so this is inexplicable to me :frowning: BTW, now verification fails because SSL server is not establishing a secure connection, so I’m starting to suspect a problem on Apple side :frowning:

That SSL thing is some new bug in Xcode 5. Happened to me last night too. Just close down Xcode and start it up again. If that doesn’t work, reboot.

It went away for me after just restarting Xcode.

Ok, here the final follow up on this.

SSL Problem: Safari->Reset Safari fixes the problem. Anyway do Validation first and after that hit Distribution, or else the error will come back for some reason. :face_with_spiral_eyes:

Failed Verification due to UIDevice uniqueIdentifier: This is the real odd thing. After 6 tries it passed validation. Seems that the system on Apple side is flowed, so if you know for sure that you don’t have any UIDevice uniqueIdentifier calls like I am, just keep performing the Validation step, it will pass at some point… crazy stuff uh? :evil:

Overall: Apple screwed up this Xcode 5 release… big time!!!