0
votes
1answer
12 views

iOS, url schemes for app store both for specified developer's apps and for his concrete app to update in iOS 6?

This question was already answered but in iOS 6 all these solutions doesn't work. My current solutions sometimes doesn't work too: https://itunes.apple.com/us/artist/developer_name/developer_id ...
0
votes
0answers
7 views

Mobile Safari's sporadic behavior in opening bit.ly's which redirect to app store

I'm using bit.ly to link to an app via the URL structure: https://itunes.apple.com/app/id. Sometimes Safari just does a redirect. Sometimes it shows the below alert. Either way it appears that the ...
0
votes
0answers
20 views

Will deleting ApplicationCache.db makes app get rejected?

To clear HTML5 cache from my iOS app, I'm deleting ApplicationCache.db using the NSFileManager. This db file is automatically created by iOS when accessing HTML5 cache content. NSArray *libraryPath = ...
1
vote
3answers
40 views

Does apple rejects if the app does not contain -568h images?

I am submitting my app to app store. My app will be supported for iPhone 3G, iPhone 4S, iPhone 5 devices. I am also including all app images with 2x resolution( like "myimage.png" and ...
-2
votes
0answers
19 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
0answers
19 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
61 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
1answer
29 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
25 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
44 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
2answers
400 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. ...
0
votes
1answer
25 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
1answer
107 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
13 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
3answers
111 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 ...
-2
votes
2answers
22 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
30 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
0answers
25 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
vote
1answer
23 views

Does linking to Android app from iOS app violate App Store rules?

I seem to recall reading at some point that Apple App Store may not allow cross promotion of the same app distributed on a different platform (Google Play/Android in this case). Revisiting the ...
-1
votes
0answers
15 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
22 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
39 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
46 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 ...
-1
votes
1answer
62 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 ...
1
vote
1answer
24 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
22 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
66 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
92 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
36 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
34 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 ...
0
votes
3answers
49 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
2answers
46 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
45 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
27 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. ...
0
votes
1answer
22 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
91 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 ...
12
votes
14answers
3k 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
votes
3answers
34 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
20 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
0answers
17 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
50 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
0answers
33 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 ...
-1
votes
2answers
32 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 ...
-1
votes
3answers
239 views

Apple store reject my app (based jquery mobile) [closed]

Firs time i developed my app.it was only contain webview and it just call website to webview.They rejected my app.Then i looked for advice some developers said "you should IOS features" So i used ...
0
votes
1answer
58 views

What changes does Apple require for app submissions as of 1st of May? [duplicate]

I've heard about and read some of the new regulations from Apple about submitting apps to app store. Firstly, the new version of my app is nearly done and it supports the 4-inch screen now. About ...
-2
votes
1answer
17 views

iOS total downloads and vocab [closed]

I am new to the iOS platform and just released my first application. I checked under sales and trends and the bar graph that is first shown says for April 30 "6 all apps" for May 1 "57 all apps" and ...
0
votes
0answers
34 views

Get app's app store ID or bundle identifier from executable file name

I get running processes name/pIDs on my device by following this link and get the name of the executable binary file from this link . I need to associate this binary filename or the process name ...
-1
votes
1answer
47 views

Special char app name ❤ and Apple validation [closed]

I would add the special char ❤ in the app name in device. But no special char in the iTunes App name. Do you think apple will approve my app? Thanks.
0
votes
2answers
22 views

Will changing product name in build setting affect update?

I've changed the product name in the building settings of my app. It is an existing app, that I want to submit an update for soon. Will this affect how I submit the app?
0
votes
0answers
34 views

HTML5 webapp discovery, shortcut and push-notification App?

I was thinking would it be possible to create native application that would serve the purpose of only few things: 1) When you open application it takes you to URL defined by applications config. (like ...

1 2 3 4 5 27