Posts

Post not yet marked as solved
1 Replies
882 Views
What type of UI customisation are available for App Clips Card? Can we use multiple AppClip card images, title or subtitle for different urls?
Posted Last updated
.
Post not yet marked as solved
1 Replies
605 Views
Getting a weird crash in Crashlytics on while setting the `largeTitleTextAttributes` property of the `UINavigationBar`.CrashlogFatal Exception: NSInvalidArgumentException-[UINavigationBar setLargeTitleTextAttributes:]: unrecognized selector sent to instance 0x157736e0But this code is already guarded with #availableif #available(iOS 11.0, *) { navigationController?.navigationBar.largeTitleTextAttributes = [ .foregroundColor: Constants.Color.Home.title ] }As per crashlytics carsh is happning on IOS 10, IOS 11 and IOS12Any idea?
Posted Last updated
.
Post not yet marked as solved
0 Replies
2.0k Views
Trying to configure the private email relay service for Sign In With Apple but unable to verify the domain.We are using Oracle Dyn (https://dyn.com/oracle/) and they don't allow https redirect of parent domains. We have our domain example.com, with SSL for www.example.com and 15 other subdomains, our DNS don't provide redirect for parent domains so we can't have a redirect from https://example.com to https://www.example.com or and other subdomains. Which makes the case that https://example.com is not available hence unable to verify Apple Private Email Relay Service.Is there any other way available to verify parent domain or any alternate method?After I uploaded the verification file.Works (with www)https://www.example.com/.well-known/apple-developer-domain-association.txtDoesn't workhttps://example.com/.well-known/apple-developer-domain-association.txt
Posted Last updated
.