Search results for

file uri scheme

78,495 results found

Post

Replies

Boosts

Views

Activity

60 MB limit for executable
The iTunes Connect Developer Guide section on submitting the app (https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/SubmittingTheApp.html)statesiOS App build files can be as large as 4 GB, but each executable file (app_name.app/app_name) must not exceed 60 MB.We are building an app using Unity and with the addition of 64bit support our executable file is about three times that much (assume that is uncompressed). Is this still a valid limit?
4
0
3.6k
Jun ’15
Can't install iOS 9 on my iPad air
Hi,maybe someone can help me.i can not install iPad4,3_9.0_13A4254v_Restore on my iPad air Model A1476: The iPad could not be restored because the firmware file is not compatible. (message is in German)I did all what the help screen ask, all software ist lastes version. Thanks,Wilfried
3
0
494
Jun ’15
Download trouble IOS 9 - unauthorized -
First, I could successfully download and install IOS 9 Beta on my iPhone 5 (Model A1429). It works fine.Second, I also could successfully download and install Mac OS 10.11 on my iMac Mid 2009. It also works fine.Third and here my trouble starts:Then I tried to download IOS 9 Beta for my iPad Air (Model A1474). The download starts, butafter two, three seconds instead of the download file I get a text file named unauthorized with the following content:Sorry, you cannot view this page.This page no longer exists or the Apple ID you signed in with does not have permission to view this page. If you’re currently a member of the Apple Developer Program, you or your Team Agent may need to update your account by agreeing to the latest license agreement in order to access this page.To view your current membership status and benefits, visitMember Center.Copyright © 2015 Apple Inc. All rights reserved.How can I negotiate the loop of unsuccessfulness?
1
0
1.5k
Jun ’15
CoreMotion and iBeacons in background mode
Hello All,I’ve created application which logs motion activity of user with CoreMotion framework and M7-chip functionality (I’m using CMMotionActivityManager).Application works fine in foreground. But I need to check that event occurred in 3-7 seconds frame in background mode.And I need to range iBeacons - check entering to specified zone in background mode and activate my test for the motion event.According following review http://developer.radiusnetworks.com/2013/11/13/ibeacon-monitoring-in-the-background-and-foreground.htmlthe time for detection is about 4 minutes (in average and up to 15 minutes) in background mode.Does exist any method or workaround to grab data for motion activity and ranging iBeacon in the background with better accuracy?- I need to check that event occurred in 3-7 seconds frame and notify user.My concept application works in the following way:1. I’ve activated background mode flags for CoreLocation and Audio (it plays audio signal on event detection).2. At start it requests authorizati
2
0
5.6k
Jun ’15
Renaming Kexts?
Does anyone know if it is still possible to delete or rename unwanted kexts in system/library/extensions?For the last few years theres been a bug in AppleGraphicsPowerManagement.kext that ruins gaming performance on my Macbook Pro 5,2 (Early 2009 17). With Yosemite and earlier I work round it simply by renaming the file to AppleGraphicsPowerManagement.disable and rebooting.Before I try El Capitain I'd like to find out if this is still possible - anyone know?
5
0
7.1k
Jun ’15
Reply to Renaming Kexts?
You would have toa) access System partion of the 10.11 install from 10.10 or earlierb) provide rootless=0 boot argumentc) When you boot in 10.11 installation, go to Utilites - Configure Security (or simillar) and disable it from there.This is needed because, as rumored, system files are not modifiable even by root due to the new security model.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Photos crashing
Same issue here on a 2010 mbp (hi-res).Running from the terminal, it spits out :Assertion failed: (ctx), function CIEAGLContextCreate, file /Library/Caches/com.apple.xbs/Sources/CoreImage/CoreImage-327.6/Framework/misc/CIEAGLContext.m, line 261. right before aborting trap 6.Photos runs fine on another (newer) machine.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Opening an .ipa in X Code - Swift
I developed a simple game app using Flash CC, I converted the game thru Adobe AIR and have a working IOS app. I was curious to see if it is possible to open the .ipa that was created and published in Flash and be able to to open in XCode so I can view the code and build.I was able to rename the file and save as a .zip and insode I do the a Payload folder which has the name of the app with the .app extensionI created a new workspace in XCode and imported the .app, Xcode sees it but I can only view resoursr and plist filesMy goal here is to build this kind of app IN XCode / Swift from scratch. This would be great for me since I know a bit of actionscript and since the Flash app has actionscript I would think that it would be converted to Objective C am I right?Any help?R
1
0
3.3k
Jun ’15
Email Aliases
I've added aliases to my accounts.plist file which worked fine in Yosemite but they don't work in El Capitan.I see that the plist file is now under ~/Library/Mail/V3/MailData/Accounts.plist and the same entries are there that were working on Yosemite, but they are just ignored.I can add email address seperated by commas in the account setup, but that doesn't allow me to change the send from name.Any ideas?Mark
7
0
2.5k
Jun ’15
Filesystem Lab notes
Question: On Yosemite, there is an issue where FileVault 2 will report Encrypted Paused during the encryption process, then never resume. It won't decrypt, and the only fix seemed to be deleting the CoreStorage volume.Is there a fix for this besides deleting the CoreStorage volume? For example, how to unpause and either resume encryption or decrypt?Answer:The Encryption Paused issue was addressed in 10.10.3. The root cause was a problem with resizing the CoreStorage volume. When the CoreStorage volume was unable to grow, the encryption was paused and could not resume until the resize issue was addressed.To fix this issue:1. Update your Mac to 10.10.3, or boot from an alternate drive which is running 10.10.3.2. Un-lock the encrypted drive if necessary3. Open Terminal4. Run the following command to get your Mac's disk identifier:diskutil list5. Once you have the disk identifier information, run the following command:sudo fsck_cs -y disk_identifier_goes_here6. fsck_cs should repair the CoreStorage volume and add
6
0
2.1k
Jun ’15
Reply to Filesystem Lab notes
One thing that seems to be blocked is creating new files in /usr/bin. I've seen several installers which attempt to install files here fail, and trying to touch a file in /usr/bin/ results in a message: Operation not permitted
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15