Search results for

Visual Studio Maui IOS

105,651 results found

Post

Replies

Boosts

Views

Activity

landmark api
Hi all,I would like to know if there was a .api for the iOS camera that has the landmarks features and that is exportable to an app in development?Thanks a lot.
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
165
Jun ’15
Can't submit app - "Invalid Signature - Code object is not signed at all"
Hello,I have submitted my app build from xCode on May 30, 2015. It passed all validations during submission and successfully appeared in iTunes Connect.Then I realized that there are few things that I want to fix before letting Apple start reviewing.Starting from yesterday (June 9) I am trying to submit another build for the same application using the same configurations and same xCode method for submission, but what I get is:Invalid Binary in the status line for all newly uploaded buildsAn email from iTunes Connect after each build upload, with this error description:Invalid Signature - Code object is not signed at all. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are cer
3
0
3.6k
Jun ’15
Reply to Swift and Mathematics
Perhaps I am misunderstanding your question, but all mathematical functions fromhttps://developer.apple.com/library/ios/documentation/System/Conceptual/ManPages_iPhoneOS/man3/math.3.html#//apple_ref/doc/man/3/mathare available in Swift, for example:import Foundation let x = sin(M_PI/2) let y = atan2(0.0, 1.0) let z = exp(1.0) let p = pow(2.0, 3.0)
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
SCNSceneSource.entryWithIdentifier not working with Xcode 7.0 and Swift 2.0
With Xcode 6.3.2 and Swift 1.3 Collada (DAE) files were loaded and entries found (e.g. animation) by using SCNSceneSource.entryWithIdentifier. With Xcode 7.0 and Swift 2.0, the file is loaded (SCNSceneSource.identifiersOfEntriesWithClass work) but no entries are found.Tried with MacOSX, iOS apps and several files.Her is the codelet sceneSource = SCNSceneSource(URL: url!, options: nil) let animationIDs = sceneSource.identifiersOfEntriesWithClass(CAAnimation.self) as [String] let animation : CAAnimation? = sceneSource.entryWithIdentifier(Name, withClass: CAAnimation.self)First two lines work and return identifiers including the one label Name. Line 3 returns only nil. Same code worked before with Xcode 6.3.2 and Swift 1.3
1
0
915
Jun ’15
Music Match Songs Not Showing in iOS 9
After updating my iPhone 5s to iOS 9, my Music Match files are not showing even with the iCloud Music Library switch ON.They still show on my iOS 8 devices.I tried turning off the iCloud Music Library switch and turning it back on.After Loading Library finished, they still don't show.I've already reported this as a bug, but was wondering if anyone knows a work around?
3
0
522
Jun ’15
iOS distribution certificate
Dear Developers,I am having a problem. the problem is that i can't get a IOS distribution certificate. this certificate what I need is for the Magcastapp to publish magazines.when i try to get the certificate there is no distribution on the list of certificates. is this normal or has it changed in the last update?thanks for your time and help in regard.greets,Dieter RoodnatSpijker&Co the Netherlands
0
0
265
Jun ’15