app-store

The application account information was incorrect

故事扮演 提交于 2019-12-03 05:40:04
问题 While Validating the app getting this error. After Restarting the Xcode and Mac Machine. 回答1: Apple fixed whatever caused the issue. Problem appears to be resolved. Successful Package delivery via iTunes Producer 3.1 on OS 10.9.5. 来源: https://stackoverflow.com/questions/26512539/the-application-account-information-was-incorrect

Change screenshots of app after submission

浪子不回头ぞ 提交于 2019-12-03 05:39:54
I have a simple question. Can I change Screenshots of my app in the "Metadata and Uploads" section in itunesconnect.apple.com, after submission of app ? (At very first my app was rejected by apple after rejection, i made some changes in the app and then again uploaded new binary using "Ready to upload binary" button in iTunesconnect while uploading he didn't ask me for updating screenshots..) If not then, do i need to reupload binary ? My current status in itunesconnect shows Waiting for review Thanks. Even more recently (who knows when...) apparently you can change screenshots again while the

iOS - old versions of app getting installed from the App Store

故事扮演 提交于 2019-12-03 05:17:34
We just had an app update get approved in the App Store today. However, on some devices, when we download the app, even after completely deleting it first, it is installing the previous version. Is the device somehow remembering the old version? How is this possible? Some devices that weren't used as much for development seem to download the correct version from today. What could be going on here? Have these devices ever installed your app via TestFlight? We had this issue and TestFlight was causing a similar issue. We would try to download the app from the App Store, and an older app version

Possible to show a “in App Store modal” in iOS 6?

柔情痞子 提交于 2019-12-03 05:15:47
问题 Is it possible to show a modal view controller in iOS 6 that present my app in App Store? 回答1: Yes you can. (iOS6+) Take a look at SKStoreProductViewController NSDictionary *appParameters = [NSDictionary dictionaryWithObject:@"533886215" forKey:SKStoreProductParameterITunesItemIdentifier]; SKStoreProductViewController *productViewController = [[SKStoreProductViewController alloc] init]; [productViewController setDelegate:self]; [productViewController loadProductWithParameters:appParameters

linking to an app on the Itunes store [duplicate]

人盡茶涼 提交于 2019-12-03 05:04:31
Possible Duplicate: How to link to apps on the app store A few web searches yield all sorts of contradictory advice on linking from an iPhone app to an app on the store. Here are some links that come up, together with comments from testing: http://itunes.apple.com/us/app/anagramania/id360016055?mt=8 -- works great. But is it US only? http://itunes.com/apps/anagramania -- works after a bunch of redirects, which are likely to annoy the customer. http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=360016055&mt=8 -- works great. But Apple appears to be trying to remove "phobos" links

AppStore / iOS apps and interpreted code - where do they draw the line?

不羁岁月 提交于 2019-12-03 04:57:37
Apple's iOS developer guidelines state: 3.3.2 — An Application may not itself install or launch other executable code by any means, including without limitation through the use of a plug-in architecture, calling other frameworks, other APIs or otherwise. No interpreted code may be downloaded or used in an Application except for code that is interpreted and run by Apple’s Documented APIs and built-in interpreter(s). Assuming that downloading data - like XML and images, or a game level description, for example - at run-time is allowed (as is my impression?), I am wondering where they draw the

How to check an app violates Google's the impersonation policy or not

橙三吉。 提交于 2019-12-03 04:53:27
问题 My app is removed from Google Play store and got the reason as: After review, "My App", has been suspended and removed from Google Play as a policy strike because it violates the impersonation policy. Is there any other way to check whether the app is obeying all Google's policies (like impersonation) before release. So that the app can be saved from suspension. And more than 3 suspension may cause account termination. So please tell me how can I check the app before release? I think no one

How to verify ios In-App Purchase on your server

≯℡__Kan透↙ 提交于 2019-12-03 04:42:59
问题 I am up to build my first in-app purchase app. I would like to know whether there is a way to verify purchase on your server. I have to build the whole user management, and I would like to know for all registered user what they already bought on their iOS devices, so that they get web app for free, or something like that. So, is there a way for me to check on Apple store side, if this user has already buy some product? EDIT: Scenario is like this: User A buy app B on mobile device. After this

Xcode updating is extremely slow

时光怂恿深爱的人放手 提交于 2019-12-03 04:25:25
After updating my gadgets with iOS 9 I've tried to update Xcode to Xcode 7 on my Mac through the App Store, but updating is too slow while speedtest.net shows that my download speed is about 30 mbps. What to do? You can always download the dmg for new or earlier versions of Xcode (or any other developer tool for that matter) from this link provided by Apple for iOS and Mac developers. I had the same issue downloading Xcode 7.2. The download was drastically slow compared to my internet download speed. Try this fix it worked for me: Go to the app store/ Updates and pause the download Go to the

Routing App Coverage File [closed]

可紊 提交于 2019-12-03 04:09:40
I've recently submitted my game to the App Store. It has recently been approved and is "Processing for the App Store". When I click on my application, it says "Routing App Coverage File". Just curious on what this means exactly? The "Routing App Coverage File" is a GeoJSON file which describes the coverage area for a public transit routing application (to be used with iOS 6 Maps). The iTunes Connect Developers Guide says: Routing app coverage files are .geojson files which specify the geographic regions supported by your app. The file can have only one MultiPolygon element. MultiPolygon