I just discover Tiled yesterday And I would like to try it.
I use Corona SDK
Download the latest version … tiled-2015-05-06.dmg06-May-2015 14:06 13M
I open a window on my Mac desktop
inside I see an “Application” folder, “Example” folder, tiled Icon, README…
Now what do I do to install the program and use it?
I drag the Tiled Icon to the “Application” folder – it did not work
Maybe I’m strange because I didn’t pay Apple to get into their developers program…
I’m afraid I never really get around to writing that kind of stuff, so for tutorials you’ll have to rely on 3rd party articles that can generally be found with your favourite search engine. Here’s some:
It seems to me that getting a developer ID means joining either the iOS Developer Program or the Mac Developer Program, and they cost $99/year. If you know a way to get a developer ID without joining this program please provide a link.
Eventually I will consider just paying for the program, but I first want to make sure that publishing Tiled on the App Store would be an option. Unfortunately this will probably be a bit of a chicken and egg problem.
https://developer.apple.com/register/ Does that not let you sign up for free? Purchasing a developer license should be separate. I have often let my iOS license lapse but still have full access to the SDK and documentation from the developer site.
Ah, the “Become a member” link first took me to Apple Developer Program - Apple Developer, which did not mention this option. Only after clicking the link at the bottom “Compare Developer Programs”, which takes you to https://developer.apple.com/programs/which-program/ and then scrolling to the bottom, does the option to register as an Apple Developer for free become visible…
Of course after logging in, it told me “You are already registered as an Apple Developer”, probably so I could download Xcode…
Unfortunately, at the moment the Member Center gives me the following on most pages:
We are unable to process your request.
Please go back to the previous page, or quit your browser and try your request again.
If you require assistance, please contact Apple Developer Support.
@bjorn If you have an account, in Xcode you can add an account using preferences or project settings. Then select this account when selecting to use Developer ID under code signing in the general pane.
I wonder if that is a recent change. I am not in the Mac Developer program but I can still code sign my Mac binaries, but I set up my cert and such a long time ago.
I believe you have to be a paid member to become eligible for code signing. The whole idea behind payment is so that only registered developers with valid credentials can sign apps, all others’ apps are considered potentially unsafe because Apple could not easily identify the developer nor revoke his/her code signing license.
As far as I know, since Tiled is not compiled for M1 architecture yet, you should be still able to bypass the security even on Catalina. It might need a second attempt to launch it through the context menu.
I’ll be looking into doing a signed and notarized build, but can’t say when I get that to work yet.