Post

Replies

Boosts

Views

Activity

Reply to didReceive in WKUserNotificationHostingController not called
Hello, you are not alone, I am experiencing the same issue. I have not found a solution yet.Overall the rest of tutorial worked for me, sometimes I needed to run the app in Simulator, like, for navigating between list and detail views on the watch app, the Canvas just gave me a white screen.I found one typo in Step 6 of "Creating a watchOS App".> Select the WatchLandmarkView.swiftShould be WatchLandmarkDetail.swift
Nov ’19
Reply to Help understanding the US Tax forms as an Australian sole trader
Hello, I am sole trader in UK, I believe the right option is "Disregarded Entity". A disregarded entity is a business that is not seen as a separate entity from the business owner for tax purposes. Rather than the IRS taxing the business, the income of the business is passed through to the owner’s income tax return. In this way, the business and the owner are considered one entity. https://www.nav.com/blog/what-is-a-disregarded-entity-635010/ If a business entity (other than a per se foreign corporation) has only one owner, it is classified as either a corporation or a disregarded entity. If the single owner does not have limited liability, the non-U.S. entity is disregarded as an entity separate from its owner and the single owner should complete the applicable U.S. tax form in its own name.Β  https://www.citibank.com/icg/sa/emea/romania/romanian/assets/docs/W-8BEN-E_Completing_Guide_February_20150708.pdf Good luck, I hope this is helpful.
Jun ’21
Reply to watchOS 10, widgets, widget doesn't appear in the gallery
I can see my widget now. I have not realised that I still have to provide bundle IDs for both targets. This wasn't obvious as during the creation of the project you already provided a bundle identifier. I have kept the default suffixes (1 and 2) and prepended the ID. File `*.xcodeproj/project.pbxproj` Key 1 `PRODUCT_BUNDLE_IDENTIFIER` Key 2 `INFOPLIST_KEY_WKCompanionAppBundleIdentifier`
Aug ’23
Reply to Building complex navigation stack in watchOS 10
In case anyone wonders, I wasn't able to solve it. AFAIK there's no way to preserve the navigation stack. I ended up dismissing my first sheet before presenting a second sheet. Weirdly, I still see the warning. Luckily my UX doesn't suffer from this, it's just a warning that I am curious about. In case I would need to build an application with behaviour like Apple Mail, this would be a show stopper.
Sep ’23