ios6

Error deploying IOS6 application using MonoTouch

偶尔善良 提交于 2020-01-03 18:35:07
问题 I am trying to get iOS6 working on my laptop. I am running xcode 4.5 and the latest MonoTouch. Whenever I try deloying to my phone I get an error Installing application Installation failed: Executable Twiddle Failed Error (error: 0xe8000046) error MT1006: Could not install the application '/Users/Me/Projects/MasterDetail/MasterDetail/bin/iPhone/Debug/MasterDetail.app' on the device: Executable Twiddle Failed Error (error: 0xe8000046). The application was terminated by a signal: SIGHUP The

app icon did not refresh

有些话、适合烂在心里 提交于 2020-01-03 16:49:06
问题 I change the icon image in my new version app, and I have installed and old version app in the device , then i install the new version, it works well in iOS 5 , but in iOS 6, the icon did not refresh, it still showing the old version icon/logo. If did no install the old version app, the deice works well both in iOS 5 and iOS 6. Why? Can any body help me ? 回答1: This has been a bug in iOS for years, but in iOS 6 it seems to happen every time now. You can delete your app before running from

webkit transform scale making items disappear

对着背影说爱祢 提交于 2020-01-03 16:48:17
问题 I am trying to scale a div in my HTML page. This div contains a lot of canvas elements and other div elements. Basically this div acts as the container for all other items in the page. With Chrome "23.0.1271.95 m" and IOS6.0 safari, the items present on the right and the bottom part of this div do not appear after scaling. If I resize the window (or change the orientation on iPad), the div scales correctly and the items begin to appear, but again disappear after a certain size. This used to

app icon did not refresh

我与影子孤独终老i 提交于 2020-01-03 16:48:03
问题 I change the icon image in my new version app, and I have installed and old version app in the device , then i install the new version, it works well in iOS 5 , but in iOS 6, the icon did not refresh, it still showing the old version icon/logo. If did no install the old version app, the deice works well both in iOS 5 and iOS 6. Why? Can any body help me ? 回答1: This has been a bug in iOS for years, but in iOS 6 it seems to happen every time now. You can delete your app before running from

webkit transform scale making items disappear

二次信任 提交于 2020-01-03 16:48:03
问题 I am trying to scale a div in my HTML page. This div contains a lot of canvas elements and other div elements. Basically this div acts as the container for all other items in the page. With Chrome "23.0.1271.95 m" and IOS6.0 safari, the items present on the right and the bottom part of this div do not appear after scaling. If I resize the window (or change the orientation on iPad), the div scales correctly and the items begin to appear, but again disappear after a certain size. This used to

iOS: EKEventStore sources / defaultCalendarForNewEvents / calendarsForEntityType all return nothing AFTER authorization

情到浓时终转凉″ 提交于 2020-01-03 15:21:19
问题 I have an app I am trying to help get out the door. This code was originally written with iOS5 in mind by another team. I added the requestAccessToEntityType:completion: call which runs successfully. However, after being granted access, I get no sources / defaultCalendar or calendars based on entity. And I cannot create a new calendar. When calling defaultCalendarForNewEvents I get this error Error Domain=EKCADErrorDomain Code=1013 "The operation couldn’t be completed. (EKCADErrorDomain error

iOS6 hidden status bar

别来无恙 提交于 2020-01-03 05:11:14
问题 In XCode 5 if I check Status Bar : Hide during application launch in project target settings. In iOS7 the application works as expected, after launch the app has status bar visible However in iOS6 is the status bar hidden after app launch Any suggestion how to make Status bar hidden during application launch, working on iOS6 and iOS7 ? 回答1: For iOS6 and below, we used to write a line of code in didFinishLaunchingWithOptions: as [UIApplication sharedApplication].statusBarHidden = YES; However

NSURLConnection - Grabbing response data when using another class as a delegate, and when there is an authentication challenge

ε祈祈猫儿з 提交于 2020-01-03 03:56:07
问题 I am using my internal api to retrieve data from my server. I am using Basic Authentication to achieve this. Because of the nature of APIs i am not implementing any session or anything else on my server code, so i am sending username and passwords with all of my requests. Because of this, i don't want to implement NSURLConnection delegates for every viewcontroller i am using. So that, I created a helper class, which extends NSObject, and I set it as a NSURLConnectionDelegate. @interface

Presenting MFMessageComposeViewController broken in iOS 6

核能气质少年 提交于 2020-01-02 18:15:35
问题 My app presents a MFMessageComposeViewController modally. It was working perfectly fine in iOS 5 (both on the simulator and on the device). After I upgraded my iPhone to 6, it simply doesn’t work anymore. The app freezes for like 10 seconds, then this message appears in the debugger "Remote compose controller timed out (YES)!" And the modal view does not show up. I searched extensively on stackoverflow and on the web, and couldn’t find any solution. As a final resort, I downloaded and ran the

InApp purchase on iOS 5 vs iOS 6

自闭症网瘾萝莉.ら 提交于 2020-01-02 10:04:23
问题 I've been testing the new version of my app, which will include an in-app purchase in the next update, for one month. Everything worked fine both on iOS 6 and 5, but recently I'm starting to get an empty SKProduct s array back from the requests I make from iOS 5. The strange thing is that, by executing the same application on iOS 6, I get the correct products array with all the elements I've set up in iTunes connect. Anyone having the same problem? What can it be? 回答1: You used Jail Break