app-store

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

戏子无情 提交于 2019-11-28 17:51:48
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 screen shot here: According to this Enterprise FAQ page on Apple , you can't distribute on the App Store using an Enterprise account. The firm will have to also get a "regular" iOS Developer account: I am enrolled in the iOS Developer Enterprise Program. Can I distribute my applications on

iOS Sandbox Test User account Subscription Management

徘徊边缘 提交于 2019-11-28 17:23:28
问题 I'm currently trying to add IAP to an existing App. To that end, I've added some products and created some test users. The products are recurring subscriptions. The device I'm testing with is an iPhone 4S with iOS 5.1. I can successfully query the store for my products, and successfully purchase them with my new Test users. The problem I have is that if I try to manage my subscriptions from the Store Settings App, it forces me to Review my account by telling me that "This account has not been

Private iOS app

大兔子大兔子 提交于 2019-11-28 16:59:48
We're a marketplace that connects our contractors with customers. We want to release an iOS app (React Native) for our contractors but we don't want the app to be on the public App Store. For Android we use the Alpha Channel feature, which gives us a link that we can send people to download the app. The Enterprise program isn't suitable for us I think because we can't ask our contractors to enrol in a program? The Custom B2B program doesn't seem to be a good fit since we are not selling or white labelling any apps? Is there another option or am I wrong with the above mentioned assumptions?

Is there a simple way to format currency into string in iOS?

痞子三分冷 提交于 2019-11-28 16:52:32
问题 I need a way to format the price from NSNumber into a string like this: "USD 0.99", not "$ 0.99". My game uses custom fonts, and they could not have the symbols for all the available App Store currencies like GBP. So I think it's better to roll-back to string representation of currency. The method used should be absolutely OK for any currency that App Store supports. 回答1: If you want it localized (ie the currency on the correct side of the price) it is a bit of a hassle. NSDecimalNumber

How to detect and verify a renewal for an auto-renewable subscription?

一世执手 提交于 2019-11-28 16:43:44
So I have setup an auto-renewable subscription for my app with a period of 1 month, which equals 5 minutes or so in the sandbox. In the client app I subscribe, send the receipt to my server, it gets verified and I put a record in my database that this user has a subscription. My question is how do I check if this subscription has been renewed? I have read the docs and can't figure out what should I do. Here is where I am so far: The initial receipt that gets sent to my server is verified with a status 0 , great. I also get latest_receipt , which I replace in my database with the oldest receipt

Error ITMS-90168: “The binary you uploaded was invalid.”

偶尔善良 提交于 2019-11-28 16:42:34
During uploading binary to AppStore I receive an error: Error ITMS-90168: “The binary you uploaded was invalid.” I can't upload my binary. Nothing helps. Tried creating new project. Tried uploading from another computer. Have anybody succeeded in dealing with this issue? Any help is appreciated. wiles duan cd ~/.itmstransporter rm update_check* mv softwaresupport softwaresupport.bak cd UploadTokens rm *.token I tried in accordance with this method, but still reported the same mistake Lazy solution!! I had downloaded Application Loader from a link in the iTunes Connect app submission page. This

App Store and Ad Hoc disabled

我怕爱的太早我们不能终老 提交于 2019-11-28 16:37:49
问题 When i try to create a App Store and Ad Hoc distribution option, its disabled in my apple account, where sometimes iOS App Development option also disabled.How to create a distribution certificate .Can any one please help me? 回答1: You have reached to the limit of maximum number of " Ad Hoc Distribution Certificates " which is 3. To create new one you must revoke an old one. 回答2: For Development certificate the limit is 2 and for Production certificate the limit is 3 回答3: You don't need an

Qt applications on new Mac App Store

余生长醉 提交于 2019-11-28 16:23:22
问题 I have a Qt app that runs on OS X that has potential to go on the new Mac App Store. I have reviewed the guidelines at https://developer.apple.com/appstore/mac/resources/approval/guidelines.html. I also saw a post here on SO about Java and the AppStore. Has anyone else considered this with their own apps and whether or not the Qt framework will run afoul of the App police? You still have to stay within the Apple HIG, i.e. no theming and cannot use private APIs. Still seems like a risky

No suitable application records were found

别来无恙 提交于 2019-11-28 16:16:18
I created an App Store archive file. During validation it raises an error with the following message Please make sure that you have set up a record for this application on iTunes Connect. I've just been through the same problem and resolved it quite easily. Through iTunes Connect the app has to be in the state of 'waiting for upload'. At first I thought 'prepare for upload' was sufficient but not so. Thus you need to go through the questions about have you changed encryption and how you want the new version released etc. Once you've been through this section of Connect then the app is in the

App Store Review Button

泄露秘密 提交于 2019-11-28 16:07:37
How can we make the " please leave us a review in the app store " functional PopUp in an iOS app? I personally used this one. I think it works really well. http://arashpayan.com/blog/2009/09/07/presenting-appirater/ It's quite easy. Create an action rateGame and change the id 409954448 to your app id. - (IBAction)rateGame { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=409954448"]]; } This will launch the AppStore app and take the user directly to the page where s/he