Post not yet marked as solved
Hi there!I have a two page setup interface. A table on the first page and the new WKInterfaceNowPlayingView on the second.At the first init the start page is the table's page (pageIndex:0). In this case i cannot scroll the table with the crown because the focus of watch's crown somehow stays on the second (not displayed yet) page's volume control element. I could not find any workaround.Thank youG
Post not yet marked as solved
Hi there!I would like to handle the intent response in my app. In the IntentHandler i call the completion block with handleInApp response code.In this case i should get a call in UIApplicationDelegate'sapplication(_ application: UIApplication, handle intent: INIntent, completionHandler: @escaping (INIntentResponse) -> Void)method. But the method does not called.(it worked on iOS 11... but not on 12)Can anyone help?Thank youG.
Post not yet marked as solved
Hi there!I would like to implement the built in workout app's workout type selection screen (the first one without running workout). But i don't know how should i start it.It is not a table as i see. Could you give me some guidance? What should i use, how etc...Thank youG
Hi there!Is there any possibility to change my App Store app's location to a specific country (ios 11)? I would like to see the rankings, featured apps in that areas. Thank youG
Post not yet marked as solved
Hi there,I would like to change the speed of an ongoing SCNAnimation (CAAnimation).I am able to set the animation's speed before i add it to the SCNNode but once it is running it does not work anymore.Any suggestions?ThxG.
Post not yet marked as solved
Hi there,When i try to upload my iOS 11 beta app to testflight i get the following error:ERROR ITMS-90391: "Missing Icons. No icons found for watch application ‘**************************Watch.app'. Make sure that its Info.plist file includes entries for CFBundleIconFiles.”I have just figured out that the error is related to the watch complications. If i remove complications from my app evertying works fine. But if i use them, i cannot upload. I present every icon that a complication need but it does not solve the problem. The only workaround is when i remove the complications from my appAnyone has any similar issue?Best regardsg
Hi there,Is it possible to record a video during an AR session? I can make a snapshot img with SCNView.snapshot but where could i start with the video?ThxG
Post not yet marked as solved
Hi there,Is it possible to create a music player surface in the new watchOS 4 beta? With play/pause/prev/next, actual song and volume control. I can do it on iOS with MPMusicPlayerController but i did not find any possibilities in watchkit.Best regardsG.
Post not yet marked as solved
Hi there!I would like to implement the new card layout that apple introduced in the new workout app.First i tought it is a WKInterfacePicker and its WKPickerItem supports groups but unfortunately it does not.Does anyone of you has any ideas how i could implement it?Thank youG.