we develop a framework to provide a particular service with the help of a third-party framework that is added to my framework. (as a sub-framework).
is it possible to handle the third-party framework optional and if that framework is added in the ios app instead of in my framework, will it be found in my framework runtime?
I tried with -weak_framework but run into a complier error on #import.
Post
Replies
Boosts
Views
Activity
As per HIG,
Use Apple Pay buttons only to trigger the Apple Pay payment process and, when appropriate, the Apple Pay set up process.
But, In e-commerce application If a guest user wants to buy a product with Apple pay. Can we show login and on its success can we present Apple Pay Sheet?