How does the Mac app know that the trial has expired?

Asked 1 years ago, Updated 1 years ago, 327 views

On a Mac, try an app that is not from the App Store and use it until the trial expires.Then, even if it is completely removed, it can be detected that the trial has expired when reinstalling.How do I know the app?

swift macos apple

2022-09-30 22:02

2 Answers

I think there are many ways, but if there is no hidden file, it is created by describing the date and time of the first boot.If the file exists, I think the method is to calculate the elapsed time from the first boot date and time written on the file to the current boot time.I can't say exactly what name and where the hidden file is because it depends on the app.


2022-09-30 22:02

It depends on the application.
In the application called Dash.app, there is a similar file in the folder below.

#ls [/Users/xxxx/Library/Application Support/Dash/License]
license.dash-license


2022-09-30 22:02

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.