简体   繁体   中英

Is it compromising to have given access to my Xcode project to a third party professional?

I am developing an iOS application on Xcode and I sent my project to someone. So he got access to my info.plist, which contains, among other things, AdMob information ( SKAdNetworkIdentifier, GADApplicationIdentifier). I don't think it's a big deal, but I'd still like to make sure. Can sending the project compromise the security of my application by having access to sensitive data?

Maybe a source of issue, especially if you wrote for a customer of Yours. Better to cleanup (eventually via script..) to remove key, and put keys like: [YOUR_KEY_HERE]

in attach see how FB sample ships plist:

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM