Menu
  • HOME
  • TAGS

The theme of Apple's keynotes? [closed]

Tag: apple,keynote,wwdc

when Apple is presenting stuff they use a presentation with keynote, I wonder what theme they are using ?

thanks for helping me out.

Best How To :

Apple Uses the Gradient Theme in Keynote.

Implicit conversion loses integer precision: 'unsigned long' to 'int' (causes app to crash)

xcode,apple

As you rightly say, this is the problem: for (int i = self.imageViews.count - 1; i >= 0; i--) { The problem is that self.imageViews.count is not an int. It is an NSUInteger, which is a very different animal. Simply rewrite: for (NSUInteger i = self.imageViews.count - 1; i >=...

Best way to report Xcode faults?

ios,xcode,apple

To report bugs: bugreporter.apple.com, it is the only way. Even in the Apple forums you will be told you have to use the bug reporter. Do report the bug, that is the only way to get the bug into the system....

Apple Watch notification center

apple-push-notifications,apple,watchkit,apple-watch

I don't believe they have a special name, it's just notifications. If you are talking about dragging from the bottom to the top, you'll see a list of Glances. However, these have nothing to do with the notifications directly (the developer might have these display the latest information, which might...

xcode problems installing, apple keeps telling me to upgrade?

ios,xcode,xcode6,apple

That's right, if you want to install the latest version of Xcode you will need OSX 10.10 or later (see "Compatibility" section here). If you use an older version you will not be able to support newer versions of iOS/OSX....

Find iOS appNames to launch via javascript

javascript,ios,apple

As Palpatim said, you can look at an online registry, such as this one. Otherwise, there is no way to get this scheme programatically in Javascript. You can find it by hand if you open an .ipa file, in Payload/*appName.app/Info.plist. You'll see a list of urls like this: This picture...

How to display Apple San Francisco's numbers mono-spaced rather than proportionally?

osx,fonts,apple

Number formatting of an OpenType font requires having control over which features are active during text shaping, something which typesetting tools will offer (InDesign, XeLaTeX, etc), but which normal productivity tools still (after a decade of Adobe, Apple, and Microsoft all agreeing on using OpenType!) don't offer. Notes included. So,...

How can I change my Apple ID from Agent to Free?

apple

Actually it's a bug in Apple system https://twitter.com/kaptin/status/608727199965958144 you can juste create a new AppleID...

Automatic Scroll of Cell inside CollectionView in SWIFT

ios,objective-c,swift,apple

The behaviour you're looking for is called paging, but if you want a space between cells then you will need to use a custom layout (UICollectionViewLayout subclass) and implement - targetContentOffsetForProposedContentOffset:withScrollingVelocity:. This tells the collection view where to come to a halt after the user stops interacting....

Apple TestFlight: “this version is no longer available for testing”

ios,app-store,apple,testflight,beta-testing

So I solved this issue, not once but twice, apparently it's a bug. what you have to do is turn off all the beta testings and then turn on the one you want to test, and then it works :)...

WatchKit UIPageControl Dot Colour

ios,uikit,apple,uipagecontrol,watchkit

As written by an Apple Engineer in the Dev Forums, it's not possible to customize the color of the page control at this time. Source: https://devforums.apple.com/message/1100695#1100695...

Is there any open source tool for distributing .ipa or apk file (enterprise .ipa file) without pushing on Appstore or play store

ios,iphone,apple,hybrid-mobile-app,objective

I know HockeyApp support enterprise distribution (http://hockeyapp.net/features/), however it's not free. Beta by Crashlytics say they support this too (http://try.crashlytics.com/beta/), but I haven't had any experience with it....

Programmatically go back to previous ViewController in Swift

ios,swift,apple,segue

If you want to go back to the previous view controller navigationController?.popViewControllerAnimated(true) If you want to go back to the root view controller navigationController?.popToRootViewControllerAnimated(true) ...

How to get the selected element of the iOS Voiceover

ios,iphone,swift,apple,voiceover

Maybe check out UIAccessibilityFocus? https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIAccessibilityFocus_Protocol/index.html...

How can I download all of Apple's Developer Library PDFs?

ios,osx,documentation,apple

First of all let me clear, I know nothing about Python but it seems very interesting. I followed your link and it works for me, thank you for that. All I did just downloaded the following modules: beautifulsoup4-4.1.0 futures-2.1.4 requests-2.6.0 and placed the downloader.py script along with modules(futures-2.1.4 and requests...

Should client buy apple developer account to submi app to store?

ios,xcode,app-store,apple

Of course you should, if the client wants the app to be published under their company name

iOS version affecting app download

ios,swift,apple

You can change the iOS deployment target in your project build settings Or set the deployment target of each target (general settings). You should be able to lower down to 7.X with a Swift-written application. Make sure you don't any API specific to iOS 8.X or that you handle those...

Unable to submit App with Auto-Renewable Subscriptions for a non Newsstand App

in-app-purchase,apple,itunesconnect

I just was on the phone with apple developer support. They said that this is a known issue with itunes connect and they are hoping to resolve it by the middle of today. (we are having the exact same issue with an application that is already in store with recurring...

Setting delegate for UIImagePicker returns error - swift

ios,swift,delegates,apple,uiimagepickercontroller

You forgot about UINavigationControllerDelegate in your ViewController class defenition. The image picker’s delegate object. Declaration unowned(unsafe) var delegate: protocol<UIImagePickerControllerDelegate, UINavigationControllerDelegate>? ...

OpenCV on OSX - how to use a secondary camera rather than the default one

osx,opencv,camera,apple,webcam

In order to open a camera you can use VideoCapture. The C++ Definition is below: VideoCapture::VideoCapture(int device) By changing the number of device you can select the different cameras registered by your operating system. generally the default (built in) camera is 0 and any additional cameras will be numbered after....

Can you still access your app from iOS after your Apple Developer enrollment is expired?

ios,iphone,apple

The answer is No. You can't access the applications that submitted. Your submitted applications will disappear from the app store within a short period time after expiring your Apple developer account. The glad news is, if you renew your membership later, you can see your apps in the App Store...

Is there an API hook to identify mobile app deletion

ios,apple

There is no defined notification when an application is deleted. If you must talk to a server, suspend inactive accounts after a predefined time limit. If lets say there is no response or none of the api's are called from the app for a specific duration, lets assume a month,...

iOS : How to test app on real device without spend $99 buying an account[using Xcode7] [on hold]

ios,xcode,ios7,apple,xcode7

Wait for XCode 7 (or try the Beta now) which will allow testing on real hardware without a full developer account: see whats new in XCode

Fixing custom font vertical position. Apple Font Tool Suite not available anymore?

ios,fonts,apple,vertical-alignment,custom-font

The package is called OS X Font Tools instead.

Javascript: OS-depending Redirects doesn't work for IOS

javascript,ios,redirect,apple

Solution: don't use the "?mt=8" parameter in the iOS-Appstore-Link and the redirect will work (and open the Appstore-App on your device)

iTunesConnect AngularJS Error

ios,angularjs,apple,itunesconnect

It's been down for about 12 hours. I heard some people wiped their browser cache and that cleared the error (I tried it but it didn't work), I doubt there's a client side fix for this, as it's most likely going to be the javascript that apple use. The best...

Is Apple app reject my app if my app redirected to settings page?

ios,iphone,app-store,apple

No , there have no restriction if it's running iOS 8 and above - - (void)openSettings { if ( SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(@"8.0") ) { BOOL canOpenSettings = (&UIApplicationOpenSettingsURLString != NULL); if (canOpenSettings) { NSURL *url = [NSURL URLWithString:UIApplicationOpenSettingsURLString]; [[UIApplication sharedApplication] openURL:url]; } } } ...

How to obtain email address associated to Apple's ID

swift,email,apple

It is not possible at the moment (2015) and it seems to be no possible in the future.

Xcode can't export enterprise app

ios,xcode,apple,maintenance

Just called Apple and they confirmed that the issue is on their side and also that they should have it back online by end of today(GMT time)

swift println() does not display anything in a let in

swift,apple,println

In your example you are calling method test() takes as parameter function of type TestClass -> Void. However, in implementation of test() method you never call passed function, thus println() is never executed. You could try public func test(testFunction:((TestClass) -> Void)!){ testType = "TEST" testFunction(self) } ...

Facebook login reloads in the Captive Network Portal

facebook,apple,captivenetwork

TL;DR: log out on Facebook.com in Safari remove all cookies related to Facebook in Safari It seems like this "bug" only happens for people who have a developer-account on Facebook, and only if they use Safari. Read the full bug-report on: https://developers.facebook.com/bugs/1420585361576700 I thought this would be helpful for everyone,...

“Redundant binary upload” version 1.0.1 for initial release?

objective-c,app-store,apple,version

You can submit 1.0. Build version in xcode != Version of you app. You specify it in itunesconnect. Deleting app. You need to submit it for review once it is reviewed than you can delete it. Below is apple's documentation for deleting app. For redundant binary just submit a new...

distribute ipa to phone not added to the provisioning profile

ios,iphone,apple,ipa

Ad-Hoc profile signed apps can only be installed on device which UDID are registered in the profile. You could use an Enterprise account to sign the app as an inHouse app, which will allow you to install on any device. But the Enterprise account only allows you to distribute to...

Metadata rejected about demo account

ios,apple,itunesconnect

I once released an app that talked to a service that required you to be a student at my University. I hardcoded an account in the app for Apple that used my own student account to talk to the service (so I didn't have to give them my own credentials)....

Sha1 hash is different in the Unity3d editor and on the iPhone6 device

ios,hash,unity3d,apple

Case solved. On Unity 4.6.3, Sha1 is generating wrong result. On Unity 4.6.2 it works fine on both device and editor. UPD: fixed in 4.6.3p1....

I accepted “Apple Developer Program License Agreement ”, but it is not hide [closed]

apple,licensing,itunesconnect,wwdc

Additional to Member Center you need to go to "Agreements, Tax, and Banking" in iTunesconnect and on top you will see a row with your address and some info. Next to it there is a button "Amendments". There is no word of "Schedule 2" or "Schedule 3" whatsoever. You have...

Tilt map in Mapkit programmatically using Swift

ios,swift,apple,mapkit

MKMapView Class Reference : http://goo.gl/djHXPn Look at the camera property : A camera object defines a point above the map’s surface from which to view the map. Applying a camera to a map has the effect of giving the map a 3D-like appearance. You can use a camera to rotate...

Can an app in beta external testing be updated?

ios,apple,testflight

I have already witnessed this situation in my project. Say, you have testflight app ver 1.0 and testers are testing it and then you release another ver 1.1. Your existing testers who are testing 1.0 will not be disrupted. Testflight application will show that update is available for ver 1.1...

Can the iPhone be virtualized?

ios,iphone,xcode,apple,virtualization

I think the given iPhone simulator of Xcode is the only one you can use for it..or maybe the best one. The only chance for something better would be to submit for the apple developer program and use a real device for testing.

Xcode 6.3: Estimated app's store size

ios,xcode,apple,xcode6.3,xcode6.3.1

Yes, it is still possible, but have to do a little work! Just select the project from"Archive", then open package content. Then in the .xcarchive file, there is an Applications directory. Now, open the .xcarchive in finder, and select show package contents. Finally go to Products then Applications then App...

Make Username and Password input box with AppleScript

passwords,applescript,apple,username,inputbox

Natively, AppleScript doesn't offer this capability as of OSX 10.10. To see what GUI operations are supported, check the User Interaction suite of the dictionary of the Standard Additions (StandardAdditions.def, accessible from Script Editor.app via File > Open Dictionary... > StandardAdditions.osax). The closest approximation is a single input-field dialog -...

Apple Mach-O Linker Error, after changing project name

xcode,swift,error-handling,linker,apple

I found the solution! Under my [project]Tests -> general, i needed to select the new Host Application

how to add a button to sprite-kit programmatically with swift

swift,button,sprite-kit,apple

The button isn't displayed, because of its position. e.g, write button.position = CGPoint(x: size.width / 2, y: size.height / 2) and the button appears at the center of your SKScene....

Adding relative constraints the the iOS layout

ios,objective-c,iphone,xcode,apple

0) Clear all constraints for sanity. . . 1/4 SQUARE 1) Resize your view to kind-of fit the intended size. 2) Select the square view and add margin constraints. 3) multiselect the root view and the view 4) Add equality constraint of width and height. 5) Select the equal height...

how to encrypt & decrypt NSdata in plist iOS?

ios,objective-c,xcode,apple

There are a lot of NSData + AES implementations and a lot of those are severely flawed. Additionally many do not handle key extension for strings and random ivs. If you want security go with RNCryptor, it is being actively implemented and provided good security. Now the next question: How...

How can I change the value of AuthorizationStatus from a ABAddressBook to kABAuthorizationStatusAuthorized?

ios,objective-c,xcode,apple

Use ABAddressBookRequestAccessWithCompletion to request access. This will prompt the user to allow access, and will call your completion block in either case with the result.

Swift - Issue trying to access to Singleton object

swift,design-patterns,ios8,singleton,apple

I think, eventually, you won't be making a singleton of an UIViewController. What you probably want is to create a class, like Person. Still if you wan't to do it like you did static let sharedViewController = ViewController() isn't the same object as self. import UIKit class ViewController: UIViewController {...

Upload WatchKit app to iTunes Connect

iphone,xcode,swift,apple,watchkit

You can't submit a WatchKit Extension yet. This page says https://developer.apple.com/watchkit/ Please Note: Apps built with Xcode 6.2 and iOS 8.2 SDK may be submitted to the App Store. However, WatchKit extensions are not accepted at this time. Also, the iTunes Connect documentation says that you will need to have...

Which font / font size is used by apple for the placeholder in iOS

ios,iphone,xcode,swift,apple

The default font in UITextfield is HelveticaNeue 14

iOS 8: unicode of death, how does it work?

ios,iphone,ios8,apple,malware

Dont give me credits for the answer, see the source from where I got the info at the bottom. From I what have read, basically happens at machine code, there is a Null value pointer validation on a OS X base library that renders text, which by the the way...

Xcode can't update to version 6.2

xcode,xcode6,apple

Download full 2.6 GB xcode completly and remove old one and try it . will fix your problm.Also check for OS compatibility.