Search results for

Apple Maps Guides

149,435 results found

Post

Replies

Boosts

Views

Activity

Reply to iOS 9 Beta battery life
I was having the same battery drain issues with the iPhone 5s. I installed the ios9 beta from a restore but noticed something was a little odd from the usual beta installs.Results from install on iPhone: iPhone ios9 beta install went smoothly but battery usage was ridiculous. I've tried the turn off/on again, hard reset, etc. and still it was going do battery life like crazy. I figured it was doing it's indexing so I just left it plugged in overnight. I did run my iHome alarm app at night though. In the morning, I noticed that it was only at 80% charge after being plugged in all night! Killed the alarm app and topped off the phone before I left the house in the morning. By the afternoon, my battery was down to 30% after light usage and down 10% after sitting idle no apps running, etc. I am downgrading back to 8.3 since my development phone is my main phone. Downgrade is going smoothly.Results from install on iPad mini (original): Restored ios9. Restored from my settings. I had several reboots (or crashes) dur
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Battery Use Worse
I expected an increase of iPhone battery usage, but not at this level. 100% at 6:00 PM, 61% at 8:00 PM. There has been no physical interaction, on my part, with the two devices (iPhone 6 and Apple Watch) during this period. This is terrible, even for a Beta release. iOS 9 is Alpha at best!I hope there is a point release in the very near future. I cannot build and compile that fast!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iOS 9 Beta battery life
Same on my side,it is awsome that a beta version is as worse as this IOS9 Beta 1. With only less improvements the battery is empty in extremely shorten time. But battery is one of the important things at MOBILE phones. So I really do not know why Apple was doing this Beta 1 because it is much more a pre-Alpha. Same at OSX 10.11 with Mail. It crashes totally against Exchange accounts. Really worse. I think they are not ready and / or WWDC was too early. Hopefully we get an update during the next 2 weeks, otherwise I think battery is damadged.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
When is 14.3 from the guidelines necessary?
So I sended my new app to Apple waiting for review and yesterday I got an rejection. who was saying the following:It is necessary that you put all of the following precautions in place:- Require that users agree to terms (EULA) and these terms must make it clear that there is no tolerance for objectionable content- Use moderators to flag and remove inappropriate content and offensive users- Users need a mechanism to flag objectionable content and report users generating this content- Developer must act on objectionable content reports within 24 hours by removing the content and ejecting the user who provided the offending content- Developer needs a method for ejecting users who violate the terms of the EULAI have made an app which has similarities with a social app. It does work a little bit like Whatsapp, but certainly not all of it 😉 .Nothing in the app is public so there is nothing that can be sended to all users or can be seen by all users. When I look at Whatsapp I do not see any button that I
1
0
624
Jun ’15
How 3rd party SecurityPlugin live with SIP(System Integrity Protection)
Third Party Security Plugin must install their Plugins under /System/Library/CoreServices/SecurityAgentPlugins in system prior to 10.11,but in OSX 10.11, Apple introduces the SIP (System Integrity Protection), developer is not allowed to put their Plugin product under /System/Library/CoreServices/SecurityAgentPlugins anymore. Is there an alternative path for this ??
4
0
878
Jun ’15
Reply to Xcode 7.0 Beta Throwing Heaps of Errors, update OS X?
The first step is probably to go to the Product menu in your project in Xcode and hold down the option key and choose Clean Build Folder..., to make sure there isn't any previously compiled code causing problems because of incompatibility.I don't think upgrading OS X to the El Capitan would improve anything for you, since a lot of us are just running Xcode 7 beta on Yosemite.If you haven't already backed up your project, you might want to do that before updating the code further, just in case you end up deciding to go back and wait.Assuming there isn't isn't anything really weird going on with your project, you would just need to work your way through it fixing the errors and warnings generated by the compiler. There can be a lot of new errors and warnings because of the changes between Swift 1.2 and 2 and the updates to Cocoa, but most of the errors and warnings should be relatively trivial to fix (changing var to let, updating the old generic sort/map/filter/find functions to be called as methods,
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Turn on WiFi Programatically and latch to a known SSID
Are there programatic ways to turn on WiFi and latch the phone to a known SSID ?Without JailbreakingI want my users to latch to a particular wifi network(if available) whenever they open my app.Some stackoverflow posts say that it is not possible and that Apple may open up to developers in future (Though this was posted in 2012).Does Apple have any such plans to open that up ?does the below link speak of registering SSID - does it mean it allows me to connect to wifi programatically ?https://developer.apple.com/library/ios/documentation/SystemConfiguration/Reference/CaptiveNetworkRef/index.html
4
0
5.7k
Jun ’15