Post

Replies

Boosts

Views

Activity

Reply to Is Image rendering allowed inside ActivityReportExtension
Case-ID: 12079215
Replies
Boosts
Views
Activity
Mar ’25
Reply to Is Image rendering allowed inside ActivityReportExtension
Sorry some updates: I can render simple image in the extension: Image(systemName: "photo") .resizable() .scaledToFit() .frame(width: 200, height: 200) .foregroundColor(.blue) but still failed to render a QR Code. Can CoreImage be used in the ActivityReportExtension?
Replies
Boosts
Views
Activity
Mar ’25
Reply to Is Image rendering allowed inside ActivityReportExtension
I have conducted a lot of experiments and found that the problem is let context = CIContext() The function failed to run until this line in ActivityReportExtension.
Replies
Boosts
Views
Activity
Mar ’25