Post

Replies

Boosts

Views

Activity

Reply to How can a developer request a development certificate?
App Store Connect > Users and Access Role "Developer" Can create development certificates NOTE: This requires access to Certificates, Identifiers & Profiles, granted in Users and Access (see below) Can not create distribution certificates Can not create Developer ID certificates Reference: https://developer.apple.com/support/roles/ Users and Access (for a particular Developer)... ...check this:
Dec ’21
Reply to iOS app in background for photo uploads
This is an interesting idea, but I think it cannot be made to work. At first glance, a number of issues come to mind... Photo Library The Photo Library does not provide a feature where it sends a system-wide notification that a new photo has been added. PHPhotoLibraryChangeObserver This refers specifically to assets or collections that your app fetches. It can be used to synchronize a running app with the Photo Library. Background Modes The background operation of iOS apps is very limited. The available Background Modes do not cover anything like this use-case. Background Uploading On receiving a notification while backgrounded, it is not possible to upload data without some user intervention (e.g. by responding to the notification) Background Termination Backgrounded apps can be removed from memory at any time, when iOS considers that it needs available resources for other tasks. In this case, your app would just stop working (invisibly, i.e. with no warning).
Dec ’21
Reply to Licensing options for developing SDK framework
It depends entirely on the vendor of the SDK that you are using, they set their own licensing terms. The point here being that they will not be licensing for a single app, but for all the apps that will be created using your SDK (which uses their SDK). You will need to talk to the vendor. Of course, if you are prepared to say who the vendor is, it is possible that other Developers here on the forum may be able to comment on their use of that same SDK?
Topic: App & System Services SubTopic: General Tags:
Dec ’21
Reply to Is Objective - C Dead?
It depends what you mean by "viable". Is it possible to learn and write a new app in Objective-C? Yes It it worth it? No Unless you have specific reasons for using Objective-C (such as an existing code-base, or a client who requires it). Swift has many improvements, and is a far better language.
Topic: Programming Languages SubTopic: General Tags:
Dec ’21