itunes

Missing Push Notification Entitlement iOS App Submission (I don't use it)

£可爱£侵袭症+ 提交于 2020-01-14 03:13:35
问题 So I submitted a very basic app to the app store and I got this response: Missing Push Notification Entitlement - Your app appears to include API used to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment" entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning

Where is the C/C++ iTunes API? (not COM!) [closed]

試著忘記壹切 提交于 2020-01-13 11:33:53
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I'm searching for the iTunes C/C++ API for creating plugins using dynamic libraries, but I just can't find it. I am not asking for the COM Interface . Open-Source plugins like VizKit and iTunes Toaster use it, and the source files I search for ( iTunesApi.h/.c , iTunesVisualAPI.h ) are included, but I'd rather

How do I programmatically access the filesystem of an iOS device connected to a Windows desktop?

寵の児 提交于 2020-01-13 02:30:12
问题 I want to access the Documents folder of an application on an iPhone or iOS device by using C++. There are many programs that can access the filesystem of an iOS device, such as iPhone Explorer, so I know this is possible. These programs need iTunes, so I think I have to communicate with iTunes to access some folders in iPhone device. I'm using both Visual C++ and Embarcadero C++ Builder. However, I can't find any resources to access the iOS device filesystem using C++. Does anyone know how

Check if iOS app is live in app store

ぃ、小莉子 提交于 2020-01-10 08:51:12
问题 Is it possible somehow to code like below in iOS app ? if(app is live in app store) { //Do something } else { //Do other thing } I wanted to avoid cases where our QE/Dev team is using app for testing. Is there a way I can detect how app code is signed (Developer/Adhoc/Distribution) to check ? Even if it is possible, it will not eliminate cases when Apple is using our app for testing as part of review. We recorded many downloads of our content by Apple before our app goes live in App store.

iTunes-style NSWindow subclass?

*爱你&永不变心* 提交于 2020-01-09 09:16:12
问题 Is there an open-source library for Cocoa to create a window following iTunes' style? That is the window controls are laid out vertically instead of horizontally: I find it space-saving and good for utility-type applications that doesn't need a window title. 回答1: This quickly hacked away NSWindow delegate should get you started: //VerticalTrafficLightsWindowDelegate.h #import <Cocoa/Cocoa.h> @interface VerticalTrafficLightsWindowDelegate : NSObject <NSWindowDelegate> { NSWindow *window; }

An error occurred uploading to the iTunes Store

别等时光非礼了梦想. 提交于 2020-01-09 04:18:47
问题 We Really need some help on this one: We've Struggled with all the Apple Mumbo-Jumbo for the Last two months and can't seem to get our APP on the APPStore... Right now my problem is after Validating the ARCHIVE compilation and sharing it.. in the Submit Process I Get - "An error occurred uploading to the iTunes Store" I Really don't Know what I'm doing wrong and don't seem to find ANYTHING on the Internet that solves the problem... I've been stugling with this for over a week now... I've

An error occurred uploading to the iTunes Store

╄→尐↘猪︶ㄣ 提交于 2020-01-09 04:18:06
问题 We Really need some help on this one: We've Struggled with all the Apple Mumbo-Jumbo for the Last two months and can't seem to get our APP on the APPStore... Right now my problem is after Validating the ARCHIVE compilation and sharing it.. in the Submit Process I Get - "An error occurred uploading to the iTunes Store" I Really don't Know what I'm doing wrong and don't seem to find ANYTHING on the Internet that solves the problem... I've been stugling with this for over a week now... I've

How do I launch the iTunes Store app from my application?

亡梦爱人 提交于 2020-01-05 09:04:16
问题 How do I launch the iTunes Store app from my application? I want to take the user to a podcast page. 回答1: Create a UIWebView, and put the link in so that when they press the button/link, it sends then to the URL for the web page. You'd think it'd open up in the webView, but usually iTunes automatically opens the iTunes app or the app store. Need you learn how to use a webView? There are plenty of tutorials out there that can help. You can simply Google a tutorial, or search YouTube. Or, you

iTunes Connect App Analytics & Sales and Trends showing different Values

╄→гoц情女王★ 提交于 2020-01-05 08:09:24
问题 So when I go to on iTunes Connect and then go to Sales and Trends, it shows I have 50k units. I click devices and it shows that 45k are from Desktop, 4k from iPhone and 1k from iPad. Which to me looks really weird. Then I go to App Analytics it says I have 5k downloads, and it is disregarding the 45k from Desktop. My app is not made for Mac. So why is that? 来源: https://stackoverflow.com/questions/39908994/itunes-connect-app-analytics-sales-and-trends-showing-different-values

Playing itunes song previews from cocos2d app

末鹿安然 提交于 2020-01-05 04:02:16
问题 I am trying to get itunes song previews to play in my app. I have found some other questions like this but none of the solutions have worked for me. I am already signed up with the Affiliate program that apple has. Here are some of the things I have tried: This got me the itunes preview URL that I am trying NSUInteger numberOfResults = 200; NSString *searchString = @"AC/DC"; NSString *encodedSearchString = [searchString stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]; NSString