app-store

App got approved, iAd not showing up

不羁岁月 提交于 2019-12-04 02:13:54
My app has just got approved and unfortunately my iAd banner is white blank. I've configured iAd on iTunes Connect. Thanks, It's worth noting that if you run your app in debug, you'll get confirmation on whether the system you've implemented works, as you'll be getting test ads appearing (Grey adverts with Apple branding, clicking on one will show a message saying test adverts are working). If this is not the case, then there is an issue with the code. You'll need to disclose that code for additional help. If the test ads do work, then it can be attributed to some/all of these issues. You've

Link to my Apps in AppStore in Phonegap

六眼飞鱼酱① 提交于 2019-12-04 01:25:15
I want to add link to my other apps in App Store from Phoengap app. I tried open in webview this URL: http://itunes.com/apps/bjango By this article http://bjango.com/articles/ituneslinks/ But not working for me. Child browser window is opened, but nothing is shown on display. How to do it correctly? Many thanks for any help. Change the URL that you are opening so that it is in this format itms-apps://itunes.com/apps/<yourappdevelopername> Replace <yourappdevelopername> with the developer name that you have registered with Apple. Here is the correct way to link to the App Store in PhoneGap: <a

What's the principal difference between MS AppCenter and Azure DevOps (former VSTS)?

可紊 提交于 2019-12-04 00:09:22
I am "a bit" confused in understanding of what of those two services are capable for and what are the core differences between of them. In general, I understand what they provide, and separately I used them both earlier (VSTS as issue tracker, mostly), and AppCenter for the sources to be built and deployed. However: 1. They both have building and (apparently) publishing capabilities . In DevOps has the option of setting up the Pipeline: Same way as AppCenter has mostly the same: 2. They both also have Tests sections with (seems like) similar functionality . 3. They both provide ability of

Issue at AppStore iOS app new version submission

有些话、适合烂在心里 提交于 2019-12-03 22:27:03
Hello and thanks in advance. While trying to submit new version of iOS App to AppStore using Application Loader, I received this message: ITC.apps.validation.prerelease_build_missing and submission is stopped. I didn't have any problems submitting new versions with prior versions of iTunesConnect, it seems that this bug is showing with latest version. Have you any idea about what it means and how to solve the problem in order to proceed? You need to follow below steps to upload the application new version : -- Give New Version details and Save the contents on itunes connect -- Change the

Tap continue and sign in to check for downloads. [Sandbox]

旧时模样 提交于 2019-12-03 22:21:40
From times to times I get a very annoying dialog with the text: "Tap continue and sign in to check for downloads." If I login ( with a sandbox user ) or tap Cancel the dialog is immediately displayed again. I am using Non-Renewing Subscriptions and Non-Consumable products. Any ideas how to get rid of this dialog? Thanks /Martin The consensus seems to be that: The issue started in iOS 6 It doesn't seem to happen if you are not logged in in Settings with an Apple ID. Turning on Airplane Mode and then logging out of whatever Apple ID you're logged in as in Settings, and then leaving Airplane mode

Link to an app in the App Store before approved?

℡╲_俬逩灬. 提交于 2019-12-03 21:41:40
问题 From what I understand, you have to use the appname when linking which is the slug that apple generates. So, for an app like like 'Guns and Weapons Encyclopedia' the slug will be 'guns-and-weapons-encyclopedia' or it can be 'guns-weapons-encyclopedia' So one doesn't know in advance what the name will be -- only after Apple approves and processes the app for the store. Is there a way to generate a reliable link before the app is approved? Thanks 回答1: Yes, there is. You can use the app ID to

iOS Appstore app override enterprise app

你离开我真会死。 提交于 2019-12-03 20:10:24
Our company has both Appstore and Enterprise distribution licence. We are going to make demonstration with current beta version via enterprise licence. Some users going to download enterprise app to test beta release. After appstore publish we want Appstore app override the enterprise beta release which downloaded during the demonstration. So that, people who downloaded beta app can be switch with released version. If we give the same bundle identifier both to enterprise and store app, is this possible? What would happen to the push notification certificates? Unfortunately, you can not have an

iPhone app with or without AppStore

淺唱寂寞╮ 提交于 2019-12-03 20:03:14
问题 My company is offering a service to our clients which we would like to implement on iphone. Our clients would be paying $5000 per month for the service, so they can give it free of charge to their customers. We have been looking (so far with no success) for a distribution method where we can sell our service to our clients, and they can give it to their customers, without charging the end users and without paying the 30% distribution fees to Apple. We did our research and found that non of

Notify User about new update of application in app store as a alert and automatically install updated version in iPhone?

强颜欢笑 提交于 2019-12-03 19:06:02
Currently my application with version 1.1 is available in app store. Current Scenario: when i update new version update is shown in app store when user goes to app store. Required: As soon as user starts application alert should be popped up and if new version is available in app store it should automatically install that if user clicks OK . Please suggest me the way to do this. You can't make it install automatically, you can send the user to the app store app with your itunes app url. Also you will need to make you're own webservice to check if a new version is available. 来源: https:/

App Store Connect Warns - Invalid Document Configuration

点点圈 提交于 2019-12-03 18:32:08
问题 I have submitted a Single View Swift iOS application to App Store Connect. The application is not Document Based. The application uploads successfully, but I get the following warning in an email from Apple. I can still test the application through Test Flight, but I want to eliminate the warning. "Invalid Document Configuration - Document Based Apps should support either the Document Browser (UISupportsDocumentBrowser = YES) or implement Open In Place (LSSupportsOpeningDocumentsInPlace = YES