itunes-store

Detect if user is signed in in the iTunes store

杀马特。学长 韩版系。学妹 提交于 2019-12-01 17:47:59
Is there any way to detect from your app (without using any private api) to detect if the iPhone (iOS) user has iTunes Store signed in or not? There is no way for you to detect if the user has signed into their account in the app store. Is there a particular reason why you are looking for this functionality? Your app should not worry about this. 来源: https://stackoverflow.com/questions/29978794/detect-if-user-is-signed-in-in-the-itunes-store

Detect if user is signed in in the iTunes store

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-01 16:21:02
问题 Is there any way to detect from your app (without using any private api) to detect if the iPhone (iOS) user has iTunes Store signed in or not? 回答1: There is no way for you to detect if the user has signed into their account in the app store. Is there a particular reason why you are looking for this functionality? Your app should not worry about this. 来源: https://stackoverflow.com/questions/29978794/detect-if-user-is-signed-in-in-the-itunes-store

Apple rejects app because test account not given (as App login via OTP only) [closed]

孤街醉人 提交于 2019-12-01 13:49:53
Apple rejected my app because I haven't provide a test account. My app has login option only via OTP . So, how to convince Apple about same. Guideline 2.1 - Information Needed We have started the review of your app, but we are not able to continue because we need additional information about your app. Next Steps To help us proceed with the review of your app, please provide detailed information to the following questions. The more information you can provide upfront, the sooner we can complete your review. Please provide a demo mobile phone number and verification code for review Once you

Search Apple App store by genre with iOS/Obj-c

笑着哭i 提交于 2019-11-30 14:25:01
问题 How would you use Obj-c to search the Apple App store to do the following... Return the details of the top 100 in the games overall category or a specific games category Return the details of a specific games in the games category Anyone? 回答1: Well, as far as I know you have two methods to search the App Store: Search API; RSS feed generator. There are many differences between those but the most relevant for your example is that with the Search API you cannot sort the results as they come

ERROR ITMS-9000 : invalid bundle. the bundle at xyz.app does not contain bundle executable

此生再无相见时 提交于 2019-11-30 09:33:34
问题 I'm trying to submit app to app store. I'm getting this error: ERROR ITMS-9000 : invalid bundle. the bundle at xyz.app does not contain bundle executable. Everything is correct: bundle ID , certificate , provision profile all are the same. But still giving me the error above. 回答1: Make sure your device is not connected to your computer. And then build your archive. Such was the case here: Validating app, application is missing Architecture armv7 回答2: The same issue was also reported here:

An error occurred uploading to the iTunes store

人走茶凉 提交于 2019-11-30 07:09:42
Using Xcode 4.3.2. Since yesterday, I can't upload to ITunes Store. I can't find any reasons. Archive -> Validate... no problem. But, it is occurred error in distribute. My app is using Push. My Xcode version is 4.3.2. What do I do to escape this state? Please help me... and thank you. Yogesh Agarwal I had the similar issue..which i was able to fix using the solution mentioned here - An error occurred uploading to the iTunes Store - Please upgrade Java for quick reference I am adding the solution here also open terminal window and execute below lines of code cd /System/Library/Frameworks

Music preview from iTunes music store in iOS app [closed]

我怕爱的太早我们不能终老 提交于 2019-11-29 18:57:52
I have interesting question. It is possible to play music preview from iTunes music store in iOS app? How to do that? I need your help. Yes, you can do this. I have a published app which does this. You need to get the URL's to the music preview files. One way is via the iTunes search API's. Another is via the Apple Enterprise Partner Feed. http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html http://www.apple.com/itunes/affiliates/resources/documentation/itunes-enterprise-partner-feed.html Once you have the URL, you can feed it to

ERROR ITMS-9000 : invalid bundle. the bundle at xyz.app does not contain bundle executable

半城伤御伤魂 提交于 2019-11-29 15:50:02
I'm trying to submit app to app store. I'm getting this error: ERROR ITMS-9000 : invalid bundle. the bundle at xyz.app does not contain bundle executable. Everything is correct: bundle ID , certificate , provision profile all are the same. But still giving me the error above. Koh Make sure your device is not connected to your computer. And then build your archive. Such was the case here: Validating app, application is missing Architecture armv7 The same issue was also reported here: Apple iTunes Connect App submission error I have also experienced this but have not resolved it yet![enter image

Unable to archive in iTunes Store

痞子三分冷 提交于 2019-11-29 13:51:21
When trying to upload my app, I get the error: "You must supply a CFBundleIdentifier for this request". The identifiers (UTI format) in info.plist, "General Identity", iTunesConnect and App ID (Apple Developer) are all similar. When getting the CFBundleIdentifier in applicationdidFinishLaunchingWithOptions: I get the same result. I have changed the project name, maybe it has something to do with that? Any suggestions? Thanks! Info.plist I was getting this error when free space in my mac hard disk was low I got the same error. In my case, the .ipa was put inside a folder. But, since i used the

An error occurred uploading to the iTunes store

生来就可爱ヽ(ⅴ<●) 提交于 2019-11-29 09:44:39
问题 Using Xcode 4.3.2. Since yesterday, I can't upload to ITunes Store. I can't find any reasons. Archive -> Validate... no problem. But, it is occurred error in distribute. My app is using Push. My Xcode version is 4.3.2. What do I do to escape this state? Please help me... and thank you. 回答1: I had the similar issue..which i was able to fix using the solution mentioned here - An error occurred uploading to the iTunes Store - Please upgrade Java for quick reference I am adding the solution here