Search results for

show when run

112,802 results found

Post

Replies

Boosts

Views

Activity

Reply to How can Apple watch listen to data change in iPhone
The way to do this is described in the WWDC session on Watch Connectivity. For this kind of immediate communication, you can use WCSession's sendMessage to send data to the app running on the watch. To get the data upon change to the text field, you'll need to implement the delegate method that responds to changes in the text field, then send that data to the watch, and respond to the appropriate delegate calls on the watch when it receives those messages.
Topic: App & System Services SubTopic: General Tags:
Jun ’15
Problem: Can't validate archive / The request timed out
When I validate an archive in XCode I now always get an error saying iTunes Store operation failed / The request timed out after exactly 30 minutes. (XCode->Archive->Validate...)I've recreated both the certificates and the provisioning profiles which didn't help. I then noticed that I don't get the error when I validate archives built from an older version of the app (fetching old version from source control & building archive & validating).Everytime I build the first version that includes GoogleMaps (1.10.1) I get that problem. When I remove GoogleMaps from my newest version the problem disappears. Due to the unspecific error message and to the fact that Apple support hasn't been able to help me yet I'm running out of options.Any ideas what could cause that problem?Any suggestion how I could find out more about the problem? (e.g logs, workarounds, different ways of doing the same etc...)Thanks for any input!
1
0
694
Jun ’15
Simulator Keyboard Lag
Good morning, I hope someome can quickly help me (I have done a search for this little issue already). I'm runing XCode 6.4 on OSX 10.11 El Captian Beta 1. When running apps (Any App) in the iOS Simulator I'm getting terrible lag when pressing keys on the keyboard. it takes a good few seconds for the simulated app to respond. I put together a dead simple Heres a text field, enter some text app and it behaves in the same way.I'm pretty new to development so I'm not sure if I'm missing somethign blindingly obvious. Can anyone cleverer than me help?CheersTanjuakio
4
0
1.7k
Jun ’15
Xcode 7 ...?
Hey there,I will need to upgdae Xcode 6.1 for latest one, which suppose to be Xcode7 for a while and who knows for how long time yet ... My app was build in 6.0 version and now I am using 6.1, pretty annoying stuff what Apple showing here with those superfast upgrading! However, I will need to change the soft, cause I cannot run my app on devices anymore like before. What I need to know is, if there is any possible issue with app after upgrading for Xcode7 ...? Like pictures dissapering, storyboard mess etc. simply like before ...Thanks a lot for the answer to all ...R
0
0
184
Jun ’15
unusual amount of unique taps on iAd banners on your app
Just received a notice today from iAd network support saying that my app has an unusual amount of unique taps on iAd banners on your app. Thus they have suspended the app receiving any ads from iAd network!This app has been thers for around three years!!!Nothing has changed for a long time, no update nothing for more than a year.Also, nothing is unique about it, it's just like my other 30 apps!!!Show add or hide add according to ad availability. I just use prime31 plugin too, so really i didn't code anything different from tens of thousangs of other apps on the app store that uses prime31 plugins!This is the message i received toay.=================================Hello Sam,We noticed an unusual amount of unique taps on iAd banners in your (Name of my app) app. As a result, we have disabled ad serving for this app.As stated in the iAd App Network Contract, developers are not allowed to use any means to artificially increase the number of impressions or tap throughs available or encourage user click t
14
0
1.2k
Jun ’15
Error about minimum deployment target
I can't run my playground anymore in Xcode7. I have a workspace, with a few projects (apps, frameworks). The playground imports a few of the frameworks. This was working in Xcode6, but now I get errors like the following:Playground execution failed: Untitled Page.xcplaygroundpage:3:8: error: module file's minimum deployment target is ios8.3 v8.3: [DerivedData]/[MyWorkspace...]/Build/Products/Debug-iphonesimulator/MyFramework.framework/Modules/MyFramework.swiftmodule/x86_64.swiftmodule import MyFrameworkI don't see any way to control the minimum deployment target on the playground, to make it match. Any ideas?Rob
6
0
15k
Jun ’15
Reply to Can't build and run watchOS 2
Can you confirm that the watch is actually running OS2? Idont mean to state obvious and my intention is nto insult, a number of people I have seen having problems here have not successfully installed OS2 on the watch. Yes I have successfully built to the watch from xcode though there are significant problems in doing so, anytinig with images in it for example seems to cause problems for me.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
I cannot connect to icloud account from El Capitan
When I upgraded my operating system to El Capitan, iCloud just asked me to reset my password, I followed and reset it. Then I can not connect to iCloud then I log into El Capitan. Every time I clicked Preference->iCloud will cause a freeze and have to force quit the preference.Furthermore, I tried terminal utilities in Command+R, and use 'resetpassword', which shows no volumn and users available, with the support from the apple call, then support team said I have to come here to get further help, unfortunately.Anyone caused same issue and how to fix it?Thanks a lot.
3
0
828
Jun ’15
Apple ID Faults
So, I have made a Apple DEV account and Enrolled in the iOS Development Kit, So I forgot the password to my account, the Reset Password Doesn't sent me the email at all (Yes, I've check spam and trash, and yes I've doubled checked that its MY email). I also somehow managed to forget half of my surcuity questions. So this leads to plan B, I am currently using my secondary email address for this and I can't ship, package or even use XCode properly because I am using the Secondary Email. So the question is, Is there another way for me to get an email to reset my password, other than the apple ID Reset Password thing. I mean seriously I'm running out of ideas.
0
0
141
Jun ’15
iPhone starting on app from another, shows tab at top of screen
On iPhone running ios9 first beta, if I start one app from within another app I get a 'tab' at the top left of the screen on the second app. This tab has the display name for the app the current app was started from, and tapping this tab opens that other initial app. It is a way of switching between apps. Is there some documentation for this behaviour? Can it be turned off?
0
0
148
Jun ’15
Reply to WatchKit 1 apps when WatchOS 2 comes out?
According to Apple's documentation, many (if not all) apps will have to be reworked to run on 2.0. Apple needs to develop a 1.0 compatibility mode for 2.0 before it's released, otherwise there will be a huge public outcry when people upgrade their Watches to 2.0 and find their favorite apps no longer work.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Write LaTeX formulas in app
Hi,I'm a newbie in iOS app development and I was looking for a way to display LaTeX text in my app.I'd like to load a text from a .tex file and show it in a view; this text contains math formulas (e.g., equations of any kind) and math symbols (integrals, ...).Any idea of a good starting point to get it?Thanks.
4
0
5k
Jun ’15
Swift Exhaustive Error Handling
Hello, I have a situation where Xcode 7 beta is complaining that Errors thrown from here are not handled because the enclosing catch is not exhaustive. But I'm confused because, to me, it does appear that my cases are exhaustive, covering all of the one cases in my ErrorType enum.Here's my code:import UIKit protocol SearchItemView { var center: CGPoint { get } var radius: CGFloat { get } var color: UIColor { get } init(center: CGPoint, radius: CGFloat, color: UIColor) } enum SearchViewModelError: ErrorType { case InvalidClassName // only one error case } class SearchViewModel { private var searchItemViewClassName: String private var searchItems: [SearchItemView] = [] init(searchItemViewClassName: String) { self.searchItemViewClassName = searchItemViewClassName do { try createSearchItemView() // Xcode error here about lacking exhaustive cases; can't build and run } catch SearchViewModelError.InvalidClassName { // covers the one error case } } func createSearchItemView() throws -> SearchItemView { g
1
0
5.0k
Jun ’15