Post

Replies

Boosts

Views

Activity

Universal Link, AASA file component syntax wrong
I correctly have created Universal Link on iOS side and also successfully upload it to the domain. Apple Validate service shows me that all work fine but I can't open specific links because the syntax of the component wrong My file: { "applinks": { "details": [ { "appIDs": [ "K6789HNH.com.example-app" ], "components": [ { "/": "/#/market/lettings" }, { "/": "/#/market/lettings/*" }, { "/": "/#/market/acquisitions" }, { "/": "/#/market/acquisitions/*" } ] } ] }, "webcredentials": { "apps": [ "K6789HNH.com.example-app" ] } } Example of links: https://example.com/#/market/lettings/49830?view=grid https://example.com/#/market/acquisitions/50134 I follow the Apple example of components https://developer.apple.com/videos/play/wwdc2019/717/ time code 7:23 - 9:00 Image from the example above https://i.postimg.cc/MHtt9Gpz/Screenshot-2022-08-16-at-2-45-51-PM.png What is my syntax problem with components?
1
0
1.2k
Aug ’22
Which UI framework will be better for developing user interface, UIKit or SwiftUI [closed]
Please help me understand what will be better for the complex app for the Apple platform I read a few articles about UIKit vs SwiftUI and quoted one of the articles <You can choose UIKit if you want maximum control over how your app looks. > this phrase is a little confused me. I know about widgets, rendering ideas, minimum iOS version, live preview, and speed of development, I am not worried about this stuff. This question is easy to get an answer to but with the complex app it's a big problem, I will try to focus on key points for a more accurate representation of the problem. My requirements for the app are: Future supporting, ideally one app for iOS and Mac OS platform( exclude audience that prefers Mac platform for work, UI should be different). Maximum UI control, I mean animation and interaction, the application will be huge. Classic UI like in Apple News, Podcasts, App Store. Complex architecture like VIP. I don’t have enough experience with SwiftUI, but can say that can do all that I want using UIKit, my one complex example with SwiftUI and UIKit was 3D Carousel, and I can say that this is easy using SwiftUI, but it was only one complex stuff which I tried and that’s it In short form, my question is: can I do any interaction and most of the animation using SwiftUI, because I hope in another interaction like DB, etc it will not be a problem.
6
0
1k
Jul ’22
Universal Link, AASA file component syntax wrong
I correctly have created Universal Link on iOS side and also successfully upload it to the domain. Apple Validate service shows me that all work fine but I can't open specific links because the syntax of the component wrong My file: { "applinks": { "details": [ { "appIDs": [ "K6789HNH.com.example-app" ], "components": [ { "/": "/#/market/lettings" }, { "/": "/#/market/lettings/*" }, { "/": "/#/market/acquisitions" }, { "/": "/#/market/acquisitions/*" } ] } ] }, "webcredentials": { "apps": [ "K6789HNH.com.example-app" ] } } Example of links: https://example.com/#/market/lettings/49830?view=grid https://example.com/#/market/acquisitions/50134 I follow the Apple example of components https://developer.apple.com/videos/play/wwdc2019/717/ time code 7:23 - 9:00 Image from the example above https://i.postimg.cc/MHtt9Gpz/Screenshot-2022-08-16-at-2-45-51-PM.png What is my syntax problem with components?
Replies
1
Boosts
0
Views
1.2k
Activity
Aug ’22
Which UI framework will be better for developing user interface, UIKit or SwiftUI [closed]
Please help me understand what will be better for the complex app for the Apple platform I read a few articles about UIKit vs SwiftUI and quoted one of the articles <You can choose UIKit if you want maximum control over how your app looks. > this phrase is a little confused me. I know about widgets, rendering ideas, minimum iOS version, live preview, and speed of development, I am not worried about this stuff. This question is easy to get an answer to but with the complex app it's a big problem, I will try to focus on key points for a more accurate representation of the problem. My requirements for the app are: Future supporting, ideally one app for iOS and Mac OS platform( exclude audience that prefers Mac platform for work, UI should be different). Maximum UI control, I mean animation and interaction, the application will be huge. Classic UI like in Apple News, Podcasts, App Store. Complex architecture like VIP. I don’t have enough experience with SwiftUI, but can say that can do all that I want using UIKit, my one complex example with SwiftUI and UIKit was 3D Carousel, and I can say that this is easy using SwiftUI, but it was only one complex stuff which I tried and that’s it In short form, my question is: can I do any interaction and most of the animation using SwiftUI, because I hope in another interaction like DB, etc it will not be a problem.
Replies
6
Boosts
0
Views
1k
Activity
Jul ’22