Posts

Post not yet marked as solved
1 Replies
1.3k Views
I noticed a few days ago that the Travel cagetory (and probably others) is missing from the Mac App Store. All may apps are in the travel category, and customers can't easily locate them now. Anyone know what's going on? Link to picture below:http://www.modesittsoftware.com/tmp/category.png
Posted
by KyleKai.
Last updated
.
Post not yet marked as solved
1 Replies
510 Views
I have used https://linkmaker.itunes.apple.com/en-us in the past, but it seems to have changed. I know I can get a link to my individual apps, but I'd like a link to all my Mac or iOS apps, similar to when you search the app store by using a develpers name. How can I obtain a link that displays all my Mac and/or iOS apps? Thanks!
Posted
by KyleKai.
Last updated
.
Post not yet marked as solved
7 Replies
928 Views
Not sure if this is a bug in NSMeasurementFormatter or NSMeasurement. The formatter unitOption is set to NSMeasurementFormatterUnitOptionsNaturalScale. It seems to all work well unless the initial value is negative. My app initiated NSMeasurement with the double value -576 meters. The formatter then produced the string "-22,699 inches". If I initiate NSMeasurement with 576 meters, the formatter produces the string "630 yards" which is what I'd expect, except it should be -630 yards. Is this a bug? For now I detect if the initial value is negative, set it to positive, get the string, and then prepend a negative sign to it.
Posted
by KyleKai.
Last updated
.
Post not yet marked as solved
1 Replies
1.4k Views
On the dev web site I somehow have the Identifier platform of two of my Mac apps set to iOS when it should be for Mac, and now I can't select "Automatically manage signing" for projects within Xcode as it creates with errors. There are two similar Bundle IDs that have this issue: "com.modesittsoftware.GPX-Editor" and "com.modesittsoftware.GPXViewer". They both have the identifier platform as iOS. How can I change it to MacOS? The respective Mac apps are GPX Editor and GPX Viewer, both on sale at the Mac App Store. I can't delete the identity because I get an error stating they're already in use. I tried many other Xcode options such as manual code signing, but the app crashes with a code signing error, so I'm assuming the issue is the wrong platform as stated above. My question is: how do I change the dev web site app identifier platform from iOS to MacOS? Thanks!
Posted
by KyleKai.
Last updated
.