app-store

iOS installing apps without app store

我怕爱的太早我们不能终老 提交于 2019-11-27 13:03:44
is there any LEGAL way (w/o jailbreak) to install iOS application to iOS device (ipad, iphone, ipod) without publishing to application store? For example - application for closed group of users (admins/moderators etc of some web application). Apple supports "Ad-Hoc" application distribution for exactly this purpose, but it is limited to 100 devices. If you have an Enterprise developer account, you can do Ad-hoc distribution within your organization, as well. iOS Developer Distribution Options iOS Developer Enterprise Program You need to apply for a Enterprise/Corporate development license with

How can I detect if the currently running app was installed from the app store?

这一生的挚爱 提交于 2019-11-27 12:52:55
问题 Is there a way in iOS to programmatically check if the currently running app was installed from the iOS App Store? This is in contrast to an app that was run via Xcode, TestFlight, or any non-official distribution source. This is in the context of an SDK that doesn't have access to the app's source code. To be clear - I am looking for some signature, so to speak, given to the app (presumably by Apple), that will, without dependence on any preprocessor flags or other build configurations, be

iOS App Rejected : non-public APIs

非 Y 不嫁゛ 提交于 2019-11-27 12:32:34
问题 The same app has already been approved twice before but after some changes like set the image view and submitting the app again, Apple rejected my app for following errors: Performance - 2.5.1 Your app uses or references the following non-public APIs: setResult: nextStarIndex The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change. How can a user test his/her application if it contains Private API's? I am not using

xcode 6 upload app with error: iTunes Store operation failed Error Description not available

大憨熊 提交于 2019-11-27 12:01:31
When I try to upload my app to iTC, after validate my app, I begin to submit it . But there is an Error that said " iTunes Store operation failed Error Description not available " When I upload with Application Loader 3.0, same error happened. I had this error once, too. Then I realized the provisioning profile (Project Targets -> Code Signing) was set to 'Ad-Hoc' profile instead of 'Production' profile. Setting it back to 'Production' did the trick for me. I've got the Answer, just upload the ipa with Application Loader 2.9.1 , even thought the apple tell you that you should upload the ipa

App was rejected from App Store because of UIWebview

本小妞迷上赌 提交于 2019-11-27 11:56:24
This is the message I got from them: We found that the experience your app provides is not sufficiently different from a web browsing experience, as it would be by incorporating native iOS functionality. While your app content may differ from your web site or other existing sites, the experience it provides does not differ significantly from the general experience of using Safari, as required by the App Store Review Guidelines. You may wish to provide convenient access to a web property for a select or niche group of users - and may enhance that experience with features such as Push

iPhone: What is a WWDR intermediate certificate?

穿精又带淫゛_ 提交于 2019-11-27 11:38:37
问题 In the Apple Developer Portal, in Certificates, Developer (or Distribution) it says: "If you do not have the WWDR intermediate certificate installed, click here to download now." I don't even know what that means. Do I need to download and run that? or do I need to only download the current certificate only? 回答1: You need to download it and double click on it. It will get stored in your computer's KeyChain. It can be described best as something like root level certificate authority that

sqlite database update when app version changes on Appstore in iPhone

荒凉一梦 提交于 2019-11-27 11:36:22
I have an app with version 1.0 on app store which uses sqlite database for reading the data. Now I want to update my version to 1.1 with update in database file. While using developer certificate when I install app on device it did not update the database as the database file already exist in documents folder so i have to manually delete the app and install it again. My question is, when any user update the app, will the database also get updated according the current version. Any suggestions are welcome. Thanks I am sure there are many ways to do this (and many ways better then mine as well),

Private iPhone App, without App Store? [closed]

徘徊边缘 提交于 2019-11-27 11:17:31
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I am developing an iPhone app for a private company. It contains business critical data and should only be able to use for this company. Do I still need to go via the App store? Is there not a private way to do this? 回答1: Your company can pay $299/yr to join the enterprise program which allows you to deploy app

App Store Binary Rejected - The seller and company names associated with your app do not reflect the name

对着背影说爱祢 提交于 2019-11-27 11:15:32
I have recently uploaded a new application to iTunes Connect for the approval process. Its version is 1.0. Today the binary was rejected and the following was mentioned in the resolution center. The seller and company names associated with your app do not reflect the name, “Secured” in the app or its metadata, as required by section 1.2 of the Apple Developer Program License Agreement. Next Steps Your app must be published under a seller name and company name that reflects the Secured brand. If you have developed these apps on behalf of a client, please advise your client to add you to the

Apple: Enterprise Account, but deploy to App Store? [closed]

本秂侑毒 提交于 2019-11-27 11:04:13
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I have been asked to build an app for a firm that has an enterprise account with Apple. The app has to go to iTunes. When creating a Distribution Provisioning Profile, I am given the option for " In House " or " Ad Hoc " There is no " App Store " option. How can this company distribute to the App Store? See