I have simple stupid question about code signing. Is it below scenario is OK or NOT?
First scenario:
I signed my code, embedded my own provisioning and build it using xcode. Once I finished all of these, I give others people to submit the binary code to Apple App Store.
Second scenario
Someone give me some data/html/pictures/ which is not code related and I included it as part of the project. I signed my code, embedded my own provisioning and build it using xcode. Once I finished all of these, I give others people to submit the binary code to Apple App Store.
Is above both scenario ok? I am trying making sense of what code signing mean.
---------------------------------------------------
Quote from above links
"Code signing is a technique that can be used to ensure the integrity of code, allow the system to unambiguously determine the source (developer) of the code, and allow any application to determine the purposes for which the developer intended the code to be used."
From : http://developer.apple.com/document...1.html#//apple_ref/doc/uid/TP40005929-CH3-SW3
First scenario:
I signed my code, embedded my own provisioning and build it using xcode. Once I finished all of these, I give others people to submit the binary code to Apple App Store.
Second scenario
Someone give me some data/html/pictures/ which is not code related and I included it as part of the project. I signed my code, embedded my own provisioning and build it using xcode. Once I finished all of these, I give others people to submit the binary code to Apple App Store.
Is above both scenario ok? I am trying making sense of what code signing mean.
---------------------------------------------------
Quote from above links
"Code signing is a technique that can be used to ensure the integrity of code, allow the system to unambiguously determine the source (developer) of the code, and allow any application to determine the purposes for which the developer intended the code to be used."
From : http://developer.apple.com/document...1.html#//apple_ref/doc/uid/TP40005929-CH3-SW3