app-store

Will revoking Distribution certificate affect application which is In Review (on apple store) for Iphone?

。_饼干妹妹 提交于 2019-11-28 10:47:58
I just lost my private key with OS reinstallation so will have to create new Certificate Signing Requests.. I wanted to know if revoking my Distribution Certificate will have any effect on my existing applications on App Store especially when one of my applications is waiting for approval ( In Review ) build from old distribution certificate. Should i wait for the app to be accepted by the Apple or revoking the distribution certificate won't have any affect on the application? I know this is an ancient question, but since it hasn't been answered... According to Apple support, you can revoke

Phonegap app submission to AppStore - ITMS-9000 error

时光总嘲笑我的痴心妄想 提交于 2019-11-28 10:29:46
问题 On attempting to submit my Phonegap app to the Appstore I get the following error ERROR ITMS-9000: "Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted targeting iOS 6 and above must support the 4-inch display on iPhone 5 and must include a launch image with the -568h size modifier immediately following the <basename> portion of the launch image's filename. Launch images must be PNG files and located at the top-level of your bundle, or provided within each

Is there a way to convert an iOS app to a Mac OS X app? [closed]

帅比萌擦擦* 提交于 2019-11-28 09:46:35
Is there any way to port an existing iPhone app to a Mac OS X app? It's a very broad question and, as such, is very difficult to answer. Generally the answer would have to be no. For an app, if you strictly followed the MVC model, you'd be able to keep the model but would need to rewrite both the view and the controller. For a game it depends on how low-level it is. If you used a framework that it also available on the Mac then a lot may port automatically but you'll still need to reconsider the controls, screen size, etc. Either way it's non-trivial. It's been a while but looks like its now

How to track marketing efforts for iPhone apps on the App Store?

耗尽温柔 提交于 2019-11-28 09:31:19
Is there a way to track marketing campaigns in the app store to find out what works and what doesn't, so you can determine which marketing techniques are actually working? You can sign yourself up as a referrer (or seven), so that you can see which links result in the most sales http://losingfight.com/blog/2010/04/09/tracking-iphone-ads-to-app-sales/ I was trying out different messages and promotions on different sites, and using bit.ly to make the links and linkshare to track installs. Then, the number of links that we promote on facebook and twitter grew, and it got really hard to figure out

iPhone only app rejected for not running on iPad

Deadly 提交于 2019-11-28 09:07:13
I received the following from Apple. I tried fixing the constraints for just iPad but I can get the scroll bar to come on top. How would I fix this? It is an iPhone only app. Thanks From Apple 2. 4 PERFORMANCE: HARDWARE COMPATIBILITY Performance - 2.4.1 We noticed that your app did not run at iPhone resolution when reviewed on iPad running iOS 10.2. Specifically, we were unable to register as the sign-up option was behind the amount section. We've attached screenshot(s) for your reference. Next Steps Please revise your app to ensure it runs and displays properly at iPhone resolution on iPad.

How to resolve app validation “The app references non-public selectors in Payload/MyApp.app/MyApp: _setAlwaysRunsAtForegroundPriority:”?

被刻印的时光 ゝ 提交于 2019-11-28 07:33:10
Just days ago I successfully upload Ionic app to Apple Store, and on this day I am receiving validation warning: The app references non-public selectors in Payload/something.app/something: _setAlwaysRunsAtForegroundPriority: While I was unable to resolve, I was able to upload app to App Store. Does anyone know where it is documented or have any insights on how to resolve? Thanks. Expanding on @Véger Lóránd answer: The bug was re-introduced in the 4.1.1 version. Installing the latest version will get your app rejected. The solution for now is: cordova plugin rm cordova-plugin-ionic-webview

How do you change the app store's large icon on iTunes connect?

喜夏-厌秋 提交于 2019-11-28 06:46:06
I need to change the large app icon (512x512) for app store. I can't find how to to this through iTunes Connect. I's possible change the app screenshots though. I read the iTunes manual (page 97) and it says that it can be done but I only have the "choose file" button for screenshots, not for the large icon. I am also confused because the same manual says on on page 99 that edit-ablity of the large icon is locked. What am I missing? Yes, editing of large icons that are already in use by iTunes Connect is locked, but however, You can still register a new update to Your app, in which You can

Raising minimum iOS Deployment Target Version for App Update

£可爱£侵袭症+ 提交于 2019-11-28 06:40:55
Let's say we have an application with a deployment target set to 3.0 and we want to raise the deployment target to 3.2. Normally, the App Store won't let the App be installed on devices with an IOS version less then this, but what about devices which already had the App installed prior to the update? Will they see the update but won't be able to install, will they just not see the update or, heavens forbid, will be able to install and the app just won't start? I searched everywhere for this, but I can't find anything about raising the minimum OS version for an app update. Thanks! From my

Can I install the “app store” in an IOS simulator?

心不动则不痛 提交于 2019-11-28 06:40:05
The IOS simulator in my computer doesn't have app store. I want to use the app store to test a program I wrote on my simulator. Is it possible to install the app store in my simulator? This is NOT possible The Simulator does not run ARM code, ONLY x86 code. Unless you have the raw source code from Apple, you won't see the App Store on the Simulator. The app you write you will be able to test in the Simulator by running it directly from Xcode even if you don't have a developer account. To test your app on an actual device, you will need to be apart of the Apple Developer program. Khawar No,

Can I access the App Store from within the iOS Simulator?

Deadly 提交于 2019-11-28 06:39:56
Within the iOS Simulator, is it possible to access the App Store? That is, can I install the App Store application within the Simulator and download applications through it to the iOS Simulator? If so, how? It's a simulator not an emulator . Even if there was an App Store in the Simulator, none of the apps in the store would work since they are compiled for ARM CPUs while the Simulator runs x86 code. Sorry it is not available! The simulator will only allow you to install programs from xCode. I am not sure why they restrict this - but I am also not sure why you would want to use the Simulator