Search results for

İOS 26 beta battery %1

250,819 results found

Post

Replies

Boosts

Views

Activity

Crash - Kern_Invalid_address
Hey everyone. I wasn't sure which section to put this in but this was the most relevent i could find.Im new to all this and this is my first app so bare with me.I've created an app using Unity and then built it through xcode. When submitting to the app store i got 3 crash reports. I've tried to understand them but I cant seem to get my head around what they mean.All 3 crash reports are fairly simmilar with the following error: Exception Subtype: KERN_INVALID_ADDRESS at ... I will post one example below. If you want the other 2 reports then just ask!Thanks for your help!Incident Identifier: 938FFF53-56A2-4A1D-BF23-4E24567BA101CrashReporter Key: 3286a932eadfb6a4501de9b1e0044450b3f54fb3Hardware Model: xxxProcess: Box [1376]Path: /private/var/mobile/Containers/Bundle/Application/00E4561A-F30C-4C48-B2BD-355A71A4D971/Box.app/BoxIdentifier: Bob.BobVersion: 1 (1)Code Type: ARM (Native)Parent Process: launchd [1]Date/Time: 2015-06-02 17:16:47.033 -0700Launch Time: 2015-06-02 17:16:4
2
0
1.8k
Jun ’15
Reply to iOS 9 Beta battery life
Not what i expected from the first beta..... i know it is normal as it is not a finished product... but claim like.. we got an extra hour and then i am down to 80 % in 2 hours and it is getting worse...... it is not a good sign.All in all considering there isn't much new i expected this first beta to be more stable as in battery life..Hoping for a quick fix or it is down to iOS 8 very soon.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iOS 9 Beta battery life
You know it's a beta 1, right?Also, after installing a new OS there's a high probability that the system is doing a lot on things behind the scenes, just because you didnt use it for two hours does not mean the phone wasnt busy.Perhaps try it out for longer than a day and see how it goes. Personally, I have no expecation of battery life for easlky beta's. iOS9 may be designed for longer battery life, but the first beta release of it probably isnt.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iOS 9 Beta battery life
You know it's a beta 1, right?What part of i know it is normal as it is not a finished product made you think i don't know it is a beta / unifinished product?Are you trying to raise your post count?? Back on topic, i have been using this beta since it came out, and after a full night of doing a lot on things behind the scenes i am sure today my phone is doing NOTHING! also because the battery readings ,as most noticed, shows that the most usage comes from lock and home screen.Edit:Also the phone seems to run a little hotter than normal, i guess it might be one of the reason / cause for the battery drain.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Menu item actions not firing
I originally posted this in the old Developer Forums, but didn't get a response there.I have an app written in Swift with a WatchKit 1 (i.e. not beta) extension. I have a few different actions that I want to connect to menu items.The problem is, more often than not, hitting the menu item fails to fire the action. Sometimes it works once; usually it doesn't work at all. Buttons connected to the same actions work perfectly, but I don't want visible buttons in the UI for these features. The problem is not with the code in the action failing to have an effect—a breakpoint in the action is not hit. Has anyone seen anything like this before? Any idea what might be causing it?
2
0
854
Jun ’15
Reply to on demand resources in iOS7?
On-demand resources are predicated on the App Store serving up the initial portion of the application binary and then expecting the application to request the rest manually when it's likely to need it. NSBundleResourceRequest, a key part of the API for managing on demand resources, is new for iOS 9.Which means that applications running on earlier versions of iOS are going to need to given a compatibility behavior--everything gets downloaded--or they're just not going to work at all.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
xcode 7 beta run on device
Hi, I've read this morning that we can use the new xcode 7 beta and to run / debug or apps directly on the device _without_ the need of a app developer program subscription. But when i try this out it turns that the IDE is complaining about my account not having the subscription done.* first issue:failed to code sign <app name>.No valid signing identities (i.e. certificate and private key pair) matching the team ID “<my id>” were found.Xcode can attempt to fix this issue.* second issue, when i press the fix button:The selected team does not have a program membership that is eligible for this feature. If you need assistance, please contact Apple Developer Program Support.https://developer.apple.com/supportCan anyone help me on this, as I really want to try my work before program subscription.Thanks in advance.
1
0
1.5k
Jun ’15
NSDateFormatter replacing colons with dots
Hi allI just put iOS 9 on a device and downloaded my app from the app store.The affected code is swift code.When i use a dateformatter with format:yyyy-MM-dd'T'HH:mm:ss.SSSSSZZZIt translates to2015-05-30T10.52.00.00000+0200 instead of 2015-05-30T10:52:00.00000+0200Anyone else experiencing this?I am using a very specific format here, the colons are specified directly, its pretty crazy they would turn into dots...I have not download the new xcode yet so i haven't seen it in debug mode, but this is what is sent to my backend server from iOS 9.Thanks in advance
4
0
663
Jun ’15
Reply to Will not let me enroll.
I have the same problem! Someone told me it has something to do with not verified email's connected to your account. I have one indeed, but I also can't delete it. A support form I found also just does a refresh instead of submit.I contacted Apple Support and they are going to check my account, because they think it's account related. So if that's true you should also contact Apple Support since it's not a general issue.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15