app-store

iOS App deployment without AppStore

心不动则不痛 提交于 2019-12-17 17:32:03
问题 I'm developping an App in my company. We want to distribute this App to our customers but without using the AppStore from Apple, is it possible? I heard about MDM (mobile device manager) but I'm not really sure if it will cover this need? I heard also about Enterprise developer license for in house deployment but if I'm understanding correctly it means the App can be deployed only inside my company and not to our customers, is it correct? Thanks for your clarifications. Seb 回答1: If you are

How do you prompt the user to rate your iphone app without waiting for them to delete the app?

戏子无情 提交于 2019-12-17 17:28:47
问题 I am referring to the popup window that asks the user to submit a review/rating. I know it can be done since the Aardark app does it...it asks several times in fact! (Almost too spammy.) But there has to be an API to trigger the rating request? Google is giving me no love on this one. 回答1: I would check out the Appirater project that Arash Payan has put together. Pretty much handles the checking and displaying of the "rate my app" prompt, and brings the user right into the review portion of

Convert existing iOS paid app to freemium model with in-app purchase

て烟熏妆下的殇ゞ 提交于 2019-12-17 17:25:35
问题 I currently have a paid app in the store. Apple have not allowed a 'lite' version to be submitted as well, so I have no choice but to update the current paid version to a freemium (with in app purchase) model. I have the problem of not loosing functionality for v1 users that have purchased the app the first time round. Is there any way to determine if an application have been updated from a previously installed version so I can unlock the paid parts of the app? Two similar questions (from a

How to get info from the Apple iTunes «App Store» and «Mac App Store» [closed]

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-17 17:25:18
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . I'm searching a solution to get all the information/retrieve all data from the iTunes «App Store» and «Mac App Store» from Apple to a given App-ID … Is there a way to read out all the infos like App-Description, Price, Icon, Developer, Ratings etc. from the Stores? 回答1: Try using

What happens if my distribution certificate expires?

无人久伴 提交于 2019-12-17 17:25:02
问题 My certificate will expire in 4 days, and I've uploaded for submission new app version with the new certificate. What happens if the old certificate expires? Will users be available do download my app with old certificate, or will Apple remove my app until the new certificate is provided? 回答1: What happens if my certificate expires or has been revoked? Apple Push Notification Service Certificate You can no longer send push notifications to your app. Pass Type ID Certificate (Passbook) If your

Could I submit app to appstore without ios device?

杀马特。学长 韩版系。学妹 提交于 2019-12-17 16:39:21
问题 Today I want submit my app to app store, I created apple ID and prepared app for upload. I created Distribution Provisioning Profile and I prepared everything in xcode but when I change iPhone Simulator 6.1 -> iOS Device (button archive is unavaible) Check dependencies Code Sign error: A valid provisioning profile matching the application's Identifier 'com.etomek.Ukladanka' could not be found I thought that I need Developer Provisioning Profile? But I don't have any iPhone/iPad So Could I

App archived with Xcode 11.2 (11B52) rejected: ITMS-90534: Invalid Toolchain

六月ゝ 毕业季﹏ 提交于 2019-12-17 16:26:42
问题 I have installed both Catalina and Xcode 11 from store and they are up to date: Catalina: 10.15.1 (19B88) Xcode: 11.2 (11B52) Yesterday I have uploaded a new binary using fastlane . Today I got this message from Apple: Dear Developer, We identified one or more issues with a recent submission for App Store review for your app, "Gözen Security" 7.3.2 (67). Please correct the following issues, then upload again. ITMS-90534: Invalid Toolchain - Your app was built with an unsupported version of

Make an iPhone specific app work on iPad to meet Apple requirements

痞子三分冷 提交于 2019-12-17 16:17:51
问题 My app has been in the AppStore for a couple of months now and always only worked on iPhone. I recently submitted an update which was rejected because the App does not run on an iPad. The exact reason it was rejected was: Reasons for Rejection: 2.10: iPhone apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution What do I need to do in Xcode to make my app run on an iPad in the little box with the 2X icon? Any tips instructions will be massively

Detect at runtime which country's App Store my iPhone app was downloaded from?

喜夏-厌秋 提交于 2019-12-17 15:58:08
问题 I have a feature in my iPhone application that, for business reasons, should only be shown/available to customers in the US. If I want to release this app to App Stores outside the US, what's the best way to figure out which country I'm in without relying on user-defined settings such as language and locale? In my mind, the ideal solution is that there's some runtime property that can tell me which App Store country the app was downloaded from, and I can take action accordingly. Looking

Unable to log in with sandbox test users on device

无人久伴 提交于 2019-12-17 15:39:28
问题 Trying to do some In App Purchase testing, so I created a sandbox tester on itunesconnect... but when I attempt to log in as that user on my device I get an error: Itunes Account creation not allowed The Apple ID cannot be used with the iTunes store at this time. Please try again later. If I put in the wrong password for the account I get an account rejection so its not a password typo.. this is happening for every test account I create... anyone have a clue what the hell is going on.. I