app-store

Connecting the LITE Version to the FULL Version on App Store

风格不统一 提交于 2019-12-03 09:11:56
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) through several pages till it reaches the relevant page on App-Store. Is there a command line that

Removed from Sale after Processing to App Store immediately

那年仲夏 提交于 2019-12-03 09:06:32
问题 My app is removed from sale before. After the update is approved. I received 3 email for the status within 10 minutes: 1. Processing to App Store 2. Ready for Sale 3. Removed from Sale The status is changed to Removed from Sale immediately after the Ready for Sale status. I contacted Apple, and she said once an app has been removed from the App Store, it is a multi-step process to return it to the App Store. She asked me to wait and I can do nothing now. However, I waited for more than a week

Ad Hoc Distribution - Does it update an existing previous installed version of an app?

拟墨画扇 提交于 2019-12-03 09:04:36
What happens when a user installs an ad hoc distribution of an existing app? And what happens if this app (or a newer one) hits the App Store officially? To sum it up: A user already has a v1.0 and receives a v2.0 ad hoc A user has the ad hoc v2.0 and the official public release of v2.0 hits the store A user has the ad hoc v2.0 and an official public release of v3.0 hits the store In other words, is the ad hoc version a stand-alone build or does it in fact update a previous version as expected from an update? And will it be updated as soon as a newer version hits the store? What happens when a

Invalid Binary Error after App Store submission

半城伤御伤魂 提交于 2019-12-03 08:51:54
I'm constantly getting the following Error: after submitting my app to the App Store. I've tried everything recommended in Apple's mail and also the answers to posts I found on Stackoverflow. Nevertheless I'm still getting this message. What could be my problem? What I've done so far: Checked to use App Store Distribution provisoning profile Checked that Entitlements.plist's 'can be debugged value' is set to FALSE Cleaned up my project Deleted the directory containing my app (the build directory I guess) Set my scheme to use the Release Build Configuration for Archiving Is there something I

how to force installation of xcode

吃可爱长大的小学妹 提交于 2019-12-03 08:49:01
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. I already did this: sudo /Developer/Library/uninstall-devtools --mode=all Many thanks! The App Store

App Store developer renaming

ε祈祈猫儿з 提交于 2019-12-03 08:47:29
I have a developer account for person, not a company. And I have my name written near every app that I published. Now I want to changed it to fancy name without changing my developer account and without registration of company. Any help will be appreciated. I've changed approved answer because we are forced to start all law procedures to get legit papers for our company name and show it to Apple. Seems to be that this is the only way. :( I'm sorry to tell you, but as far as I know, the only way to have your real name changed into a "fancy" name is that you have a company with that name, which

Xcode failed to download. Use the Purchases page to try again. Xcode 9.3. MacOS High Sierra

℡╲_俬逩灬. 提交于 2019-12-03 08:46:19
After upgrading MacOS to High Sierra, I tried to update Xcode and get this: Xcode failed to download. Use the Purchases page to try again I uninstalled Xcode and try to install again with no success. I read some tips to solve this but nothing helps... Remove ~/Library/Cookies/com.apple.appstore.plist (no such file) Use AppStore Debug menu... (menu never appears with the command to enable it) defaults write com.apple.appstore ShowDebugMenu -bool true Remove contents of /private/var/folders/ / /C/com.apple.appstore (folder located, contents removed, nothing changes) "wiping all caches, cookies

Does app store or Play Store allow apps that have a WebView only to my site?

别等时光非礼了梦想. 提交于 2019-12-03 08:30:55
I want to publish an app witch contains a WebView to my site only and thats the whole app. Like Mobile Web app but comes from the stores. Does app store or Play Store allow apps that have a WebView only to my site? Yes, you can published an app which contains just a WebView of your own website. Please note that according to Google Play Developer Program Policies , it's not allowed to publish apps that provide a WebView of a website you don't own or administer: Do not post an app where the primary functionality is to: Provide a webview of a website not owned or administered by you (unless you

Direct link to app-store application in iOS 7

你离开我真会死。 提交于 2019-12-03 08:18:51
I have a free version of app. And there is a link to a full version in free app. The link works fine in iOS 6. But in iOS 7 it shows a blank page. Any help is appreciated! The link I use: - (void) getFull { [self hideAnimated]; NSString *iTunesLink = @"http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=604760686&mt=8"; [[UIApplication sharedApplication] openURL:[NSURL URLWithString:iTunesLink]]; } Pretty strange link you are using. I use: http://itunes.apple.com/app/id<APP_ID>?mt=8 and everything works... In apps supporting iOS6 and above, I suggest furthermore the use of

how to open app store with in our ipad or iphone application?

放肆的年华 提交于 2019-12-03 08:14:34
Hi i want to open app store with in our application with the specific publisher search or specific application types..on clicking of button..let's say More App's... Matthew Frederick You can get the appropriate URL to your app here: http://itunes.apple.com/linkmaker If you enter the name of your company the linkmaker will provide an "artist link" that shows all of your apps. If you use the itms-apps:// prefix the user is sent directly to the App Store App with the specified app showing rather than the ugly first-Safari-then-the-App-Store-App shuffle that you get without that UTI. A la: [