App Store is Apple's online digital distribution store of applications, a repository of Apps to run on iOS mobile devices, as well as desktop Mac OS environments. StackOverflow questions tagged with this perform programmatic interactions with the App Store (such as listing apps or renewing ...
3
votes
1answer
39 views
Whose Name in App Store? [closed]
I'm only 16 and I've recently signed up for the apple developer program (individual). However, I used my mom's credit card since I don't have my own. I was granted permission and all that (I have the ...
-2
votes
0answers
23 views
Any legal issues with loading Legal copy (Privacy, terms etc) from a webserver? [closed]
I'm planning on linking to the Privacy Policy, T&C's, FAQs etc from within an app for a website. Ideally, I'd like these views (mostly text) to be loaded from their servers each time the user ...
0
votes
1answer
39 views
App name taken on App Store, how can I find developer if no App exists
I'm about to submit my first app to the App Store, but the name is already taken. I've searched the App Store, but I can't find any app by that name. I'm guessing Apple removed it after no update to ...
0
votes
0answers
42 views
Pull out data related to my apps from Android Play Store and iOS App Store
I want to pull out some data related to my apps like (Ratings, Reviews, etc) from Google Play Store and Apple App Store ?
How can I accomplish this ?
I have found some open source apis for the ...
2
votes
1answer
98 views
Possible app rejection by syncing zipped sqlite database in iOS
I have a SQLite DB that I need to backup using iCloud. I am aware that Apple recommends not to sync the whole DB and it may reject the App. Possible workarounds includes -
1) Switch to Core Data
- ...
0
votes
0answers
41 views
JSON receipt verification not working
When I use sandbox environment the receipt is verified. When I use json code I got receipt invalid. I used test user account for test my application. Im going to upload app to App Store.
Shall I use ...
0
votes
1answer
48 views
Replacing UITabbar items with buttons - Apple Accepts/Rejects
In my app, i am making UITabBarController as root view controller. But i am hiding all the UITabbar items using following code to display custom buttons on the tab bar.
for(UIView *view in ...
0
votes
0answers
36 views
Is it possible to download an app from appstore from a link and open it directly through the same click?
In one of my current iOS projects, I need to have a functionality like, when we click on a link our app should get downloaded from appstore and automatically get active and when opens it, we should ...
0
votes
3answers
67 views
Private app on Appstore
Would an app that requires users to purchase a non-digital product/service to get a login to the app be allowed on the Appstore (iPhone and Android)? If not what would be the correct method for ...
0
votes
1answer
52 views
productbuild --distribution : package xxx.pkg could not be loaded
I'm trying to package an application using the productbuild command to create a pkg file that will hold a license file. Here's how I'm doing it:
# Creates the first package
productbuild --sign "3rd ...
0
votes
3answers
2k views
AppStore Submission denied - Apps are not permitted to use the UDID
I'm trying to upload an application to AppStore but soon as its uploading I get this error:
Your app contains non public API usage. Please review the errors, correct them, and submit your app again.
...
1
vote
1answer
122 views
How it really is… 5.6 Apps cannot use Push Notifications to send advertising, promotions, or direct marketing of any kind?
Yes,
This rule clearly states that any advertising or marketing activity by Push Notification could cost your a ban in App Store.
So how about Groupon and other special offer focused apps? Each day ...
3
votes
2answers
317 views
App rejected for accessing Device UDID?
I had a first version of my app already in iStore. Now I want to upload a next version of my app with some bug fixes and new UI. When submitting this time, in the process of uploading zip file in ...
0
votes
0answers
14 views
How could I create my own cross-platform licensing service?
If I had a cross-platform (Android + iOS) app available and wanted to create a subscription model that users could share across devices, how would you go about it?
Constraints
Users can subscribe ...
-1
votes
5answers
802 views
iPhone 5 Optimization Requirement - Launch image really necessary?
When trying to upload a binary to App Store, I get the following response in an email:
"iPhone 5 Optimization Requirement - Your binary is not optimized for iPhone 5. As of May 1, all new iPhone apps ...
0
votes
1answer
55 views
Iphone 5 support [duplicate]
Today I tried uploading an update for an older iPhone app to the app store but was denied because it did not support the new iPhone 5 screen size. Do I have to rebuild the whole app to show on the 4 ...
-2
votes
2answers
40 views
Custom EULA - show and approve on application [closed]
In the HIG (Human Interface Guide) is suggestion
"If possible, avoid requiring users to indicate their agreement to your EULA when they first start your app"
but it is not prohibited. If user ...
0
votes
3answers
35 views
InApp Purchase - How to Create a Product Binary
I wanna implement inApp Purchase in my app. The inApp will remove all ads from app.
Ok, i know how create a inApp in iTunes Connect, and i know how create a store with StoreKit.
The only question i ...
0
votes
1answer
41 views
Visibility off iphone application on China appstore
I have app translated for en, ru and es. Today I have started to working on chinese translate. My friend from china tried to find my app on china appstore but he can't. My app I set to all appstores. ...
-1
votes
1answer
31 views
How to submit app to appstore [closed]
I got rejection email from Apple Team, they said that my application is eBook NOT App. My application includes images, text, videos, email, facebook sharing
How can i convert it to app? What is the ...
0
votes
0answers
43 views
Renew Provisioning Profile iOS (New Developer Center UI)
My provisioning profiles have expired, but I can't seem to figure out how to renew them.
I developed the app with a third party tool (not x-code), so trying to figure out how to do this on the web ...
-1
votes
1answer
54 views
How to reply to a reviewer in Apple App Store [closed]
my boss wants me to figure out a way to get the contact information of people who leave helpful reviews in the Apple app store. He wishes to personally email these reviewers to give them ...
8
votes
5answers
4k views
Apps are not permitted to access the UDID and must not use the uniqueIdentifier method of UIDevice
Will you please help me to fix this below mentioned issue getting from Apps store
Apps are not permitted to access the UDID and must not use the
uniqueIdentifier method of UIDevice. Please ...
-2
votes
1answer
37 views
How to automate process of building and submitting applications to AppStore? [closed]
What if i want to make a lot of apps from one? They all will share the same code but have different resources. And i need A LOT of them. So i have to always do the following: build the app, submit it, ...
0
votes
2answers
57 views
iTunes connect adding glossy effect by default
I am submitting app to app store. In this process i have uploaded 1024 x 1024 pixel large app icon with glossy effect in itunes connect.
Even though my app icon has glossy effect, itunes connect is ...
-1
votes
2answers
50 views
Can someone use my app without me submitting it to App Store? [closed]
Am developing a iPhone application. We have more then 500 users to review my app.
Without submitting it to the App Store, is it possible to provide permission to all my clients?
Using my Apple ...
0
votes
0answers
30 views
How can I make IOS app with a finished asp.net mvc 4 web application? [closed]
I have a finished web application made with asp.net mvc 4, entity framework. its a responsive web application. Whats the simpliest way to make it a IOS app?
-1
votes
1answer
343 views
Unable to Download Application - at AppStore, after new app version [closed]
I just sent a new release of my app to AppStore and it was approved today.
But in very few devices when I'm trying to update by the AppStore, when it is installing the progress bar goes until the ...
2
votes
2answers
38 views
iOS App Store updates - Patching?
When submitting an update to an app to the app store (via iTunes Connect?), is the update necessarily a whole binary? Can an update come in the form of a patch? If a second version of an app shares ...
0
votes
1answer
29 views
iOS Verify previous app purchase/install
Is there a way to verify with the apple servers when a user first installed an app?
Let's say you have a payed app and want to make it free with ads but not send ads to those who previously bought.
...
0
votes
1answer
145 views
Errors when installing from iOS app store on some devices
On some iOS devices the following errors and warnings (among others) are logged during install of our app from the App Store.
Apr 3 12:13:45 My-iPhone AppStore[268] <Error>: libMobileGestalt ...
0
votes
2answers
186 views
App Store Rejection 18.2
We developed a sporting app with a social media side to it. There is a news feed where you are able to upload photo's and link YouTube videos.
Apple has rejected it twice for the same reason below ...
1
vote
2answers
60 views
Does iTunes connect converts rectangle shaped app icon to round shaped one by itself?
I am trying to upload app to app store.
I have rectangle shaped app icon with 1024*1024 pixels. I have to upload a round shaped app icon in itunes connect.
Does iTunes connect converts the ...
0
votes
0answers
36 views
What happens to existing users when an app is removed from the App Store [duplicate]
We have an app on the iOS app store. Due to some business negotiations we are having with another company, we are considering removing the app from the app store (it's not my choice and I don't have ...
1
vote
3answers
84 views
App Name in Appstore is different than on your mobile device [closed]
I am about to submitting my app to appstore. As you see in the following screenshots, once you open app Store, you could find a very lenghty name of the app. But once you download the app, very short ...
0
votes
1answer
35 views
Publish app with the copyright of other company
My company have been chosen to develop an app for another company.
Once this app is published, in the AppStore it will appear our team as the developers but we want to appear the name of that other ...
0
votes
2answers
60 views
iPhone - App validation succesful, but loading developer build failed after this
I created distribution profile and built app with the distribution profile. I have validated the build and the validation is successful.
After this step, i tried to cross verify the app once again ...
0
votes
1answer
73 views
iPhone - Large App icon while submitting to app store is blurred
I am uploading my app to app store for the first time. I am new in uploading to app store too. I noticed that we have to upload 1024 x 1024 pixels app icon for app store purpose in itunes connect. I ...
0
votes
0answers
45 views
Does embedded.mobileprovision exist during app review?
In my app I'm checking if my app was released in production using this technique used by Hockey app in the hockey SDK.
...
1
vote
1answer
34 views
Is update required after recreating or renewing provisioning profile?
I have an application which is published in App Store. I have activated the push notifications and i think i need to renew or recreate the provisioning profile which is related to this application.
...
2
votes
2answers
113 views
App rejected because of “Gifting” feature in my iOS App [closed]
In my app people can send each other virtual gifts which they can use within the app.
Gifts can be purchased using Coins.
Coins can be purchased using Consumable in app purchases.
I am storing ...
22
votes
16answers
7k views
App rejected, but I don't use UDID
Today we received a feedback about our submission and we do not understand the reported problem: "Apps are not permitted to access the UDID and must not use the uniqueIdentifier method of UIDevice. ...
1
vote
1answer
48 views
Is is possible for customer reviews to show in all countries?
I have an English-only iOS app listed in App Store for all countries. However, it seems that customer reviews only get displayed to customers who are also in that country. For example, US users do not ...
-1
votes
3answers
43 views
Taking screenshots simulator versus device [closed]
What is best practice in creating screenshots for app store? Is it always better to take them on a physical device, or is it fine to just the simulator?
-2
votes
2answers
21 views
After loading an app to the iOS Appstore is it possible to make it active / public from a specified date? [closed]
I want to load my app to the appstore and make it public in order to sell but not immediately, for example lets say in 1 month. Is there any option that makes it possible?
I need to install a ...
0
votes
1answer
33 views
AVPlayer cannot play cached songs after app update. Why?
My app caches songs from music service for offline playback. They are saved into a subdirectory under NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES). I also have code in ...
0
votes
2answers
78 views
Application not in the App Store Search
I just got an Email this Mourning saying my Application (Fuel+) is Ready for Sale. So I "Rushed" to my iPhone and typed Fuel+ in the App Store Search to not find my Application not there. Why is my ...
0
votes
1answer
78 views
Removing in app purchases from a new version of the application(iOS)
I have an application that is live on iTunes. The app contains lots of in app purchases(non consummable). I wish to delete supoort for some in app purchases from the new version. Can I do it ? Will it ...
0
votes
1answer
76 views
Worklight Push using UDID: Apple blocks UDID - Will it Work
I have made an App based on Worklight Consumer Edition 5.0.5 and have done Push Notification.
As Apple has recently said to not accept new Apps that are using UDIDs.
I think Worklight is using ...
-1
votes
2answers
38 views
How to prevent display of iPhone app from App Store, if the device using latest version [closed]
I have my old application in the App Store that supports older versions of iOS.
Recently I have created a new application, which supports only iOS version 6.0 plus onwards. And I uploaded in the App ...





