Regarding application application when using LUKeychainAccess

Asked 2 years ago, Updated 2 years ago, 112 views

I'm thinking of a program that uses LUKeychainAccess to write a value to the keychain from within iOS applications and then looks at the keychain to determine if the application is installed for the first time or not.

When you apply for Apple with this application, you have the following questions:

Q1. Is there any problem with the application application application if I use the keychain to keep the application download history?

Q2. Since LUKeychainAccess is a MIT license, is there any problem with the application application application application if the application description is clearly linked to the MIT license description page? (https://opensource.org/licenses/mit-license.php)

Q3. Regarding Q2, would there be any problem with the application application if the configuration application specifies a link to the MIT license description page instead of in the application?

ios iphone github apple mit-license

2022-09-30 21:16

1 Answers

Is using the keychain to keep the application download history OK with your application application?

Strictly speaking, it is not the original keychain usage, but it is generally accepted as a storage area that remains even if such applications are deleted, and I have never heard of it being rejected in the review, so it is usually fine.

If I specify a link to the MIT license description page, will there be no problem with the application application?

Would it be a problem to apply for the application if the configuration application provided a link to the MIT license description page instead of inside the application?

OSS licensing is a problem with the software author, so neither has anything to do with applying for the application.Applications can be released without the need for a separate license.

In general, both methods of displaying OSS licenses within an application or in a configuration application are widely used.It's better to display whatever you want.

For example, Apple's Keynote and Numbers display the OSS license as a "thank you" in the configuration application.Instagram and Twitter are displayed in the app.I think it's better to look up some apps and follow the way you like them.


2022-09-30 21:16

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.