app-store

Apple rejected my application because of Flurry [closed]

我的梦境 提交于 2019-12-04 15:41:37
My application is rejected today by apple. Their note is this: During our extended review we found that the app does in fact send the user's MAC address via the Flurry SDK. Sending the user's hardware identifier is not appropriate, and requires this feature to be removed to be considered for PLA 3.3.9 compliance. Please revise the binary to not send the MAC address, then resubmit for review. So I added Flurry's Privacy Policy url ( https://info.yahoo.com/privacy/us/yahoo/ ) into my application privacy policy url in iTunes connect. And then they replied this: Thank you for your patience during

What information does a developer get from apple about each user that buys an app in the appstore?

陌路散爱 提交于 2019-12-04 15:29:08
Does anyone know what end user information a developer receives from Apple regarding a purchase of their application in the app store? Do they receive the end users full name, the unique identifier of their iPhone/iPod touch, or possibly their email address? None of the above. All you get is a tally of how many people purchased your app, on what day, and from what country. Any additional data would have to be gathered from directly in the app, that is, the app would have to "phone home". 来源: https://stackoverflow.com/questions/445444/what-information-does-a-developer-get-from-apple-about-each

Mac app store helper tool Sandboxing

让人想犯罪 __ 提交于 2019-12-04 15:13:00
My app consist of two executables the main app executable small console app to process some files, this executable is on Resources folder (no root privileges required) The thing is that I don't know how to submit this app to appstore, I get the following response from apple Invalid Signature - the main app bundle appname at path appname.app is signed but the signature is invalid. The following error(s) were reported from codesign: a sealed resource is missing or invalid In architecture: i386 If I remove helper app, it bypasses this error, but app won't work at all. Anyone knows a good way or

how to force installation of xcode

僤鯓⒐⒋嵵緔 提交于 2019-12-04 15:09:26
问题 I tried to install XCode via AppStore but it fails with the following message: We could not complete your purchase Xcode is already installed on this computer. Choose Software Update from the Apple menu to check for available updates. This might be caused by a previous try via Download from DevelopersCenter - but as that one failed, I tried with the AppStore which is now failing too... How can I make really remove all from the failed XCode installation to have a retry with the AppStore? btw.

Does the App Store version of Xcode cleanly replace the non-App-Store version?

狂风中的少年 提交于 2019-12-04 15:02:33
Does the distribution of Xcode now available from the OS X App Store replace a previous version downloaded directly from the Apple Developer site; or will "switching" from an Apple Developer installation to an App Store installation cause problems? You really shouldn't have any problems switching from an installed 4.2 to a Mac App Store "installed" 4.3. All your profiles are stored in ~/Library . All your certificates are in your keychain. I've switched fully to 4.3 and not had a problem with any configuration. It's all still working just as it was in 4.2. That said, if you do have specific

Xcode 4.1 can't reinstall. App store says “installed”

陌路散爱 提交于 2019-12-04 14:57:16
问题 Today i update my system to Lion and try to update Xcode. After downloading from app store i get error. So i remove my old Xcode 4.0 by this command /Developer/Library/uninstall-devtools –mode=all But now in app store i have the status "installed" and can't reinstall my Xcode. So what i must do? p.s Trash is clear. 回答1: When I downloaded Xcode from the Mac App Store it created an Icon in launchpad called 'Install Xcode' and you're able to kick off the install from there. My installation

how to change version number of an App from iTunesConnect with state Prepare for Submission

霸气de小男生 提交于 2019-12-04 14:55:40
问题 I accidentally created a new version of an App in iTunesConnect with wrong version number. It is in state Prepare for Submission . So,I want to change the version number. Is there any possibilities to do that? or Is it possible to remove the app? so,i can create a new version. 回答1: I have the same problem before. My solution: Submit the IPA first, status will be changed to "Waiting for Review"; Press the red button "Reject the binary" in iTunes Connect, status will be changed to "Developer

Connecting the LITE Version to the FULL Version on App Store

独自空忆成欢 提交于 2019-12-04 14:48:12
问题 OK, so I have the full version of my application up and running on the App-Store. Now I'm working on the lite version; I placed a button in it that supposes to direct the user to the App-Store to the application FULL Version page. I'm using the [ [UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms://itunes.com/apps/AppName"]] command. several issues I would very much appreciate assistance with: Is there a better command line for this action? currently it goes (automatically)

App Submission: Invalid Binary - Invalid Signature

故事扮演 提交于 2019-12-04 14:24:27
I am trying to submit an update to the iOS app store. I am going from a Buzztouch app to a Sprite Kit app. I am able to archive the Xcode project and submit it. The app gets to the status of Upload Received but than about a minute later, it changes to Invalid Binary and I get an email saying: Invalid Signature - 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

Validation/Submission error: Application failed codesign verification

淺唱寂寞╮ 提交于 2019-12-04 14:00:32
I have a number of apps that are almost identical (with the exception of a few constants, images, and a sqllite database file). I've never had any issues submitting them before, however today one of the updates gave the following error when validating/submitting (note: I have updated this app in the past with no issues): Application failed codesign verification. The signature was invalid, or it was not signed with an iPhone Distribution Certificate. I've spent all day trying everything to get this to work. I even diff'd the entire project folder against another app (which submitted