Post

Replies

Boosts

Views

Activity

Hello, I show image url on live activity not working on Device, but it show on simulator. Help me, i miss two weeks. Thanks
struct NetworkImage: View { let url: URL? var body: some View { Group { if let url = url, let imageData = try? Data(contentsOf: url), let uiImage = UIImage(data: imageData) { Image(uiImage: uiImage) .resizable() } else { Image("league") } } } } NetworkImage(url: URL(string: context.attributes.imageGame)) .aspectRatio(contentMode: .fill) .frame(width: 35, height: 35) .clipShape(Circle())
1
0
784
Nov ’23
Hello, I show image url on live activity not working on Device, but it show on simulator. Help me, i miss two weeks. Thanks
struct NetworkImage: View { let url: URL? var body: some View { Group { if let url = url, let imageData = try? Data(contentsOf: url), let uiImage = UIImage(data: imageData) { Image(uiImage: uiImage) .resizable() } else { Image("league") } } } } NetworkImage(url: URL(string: context.attributes.imageGame)) .aspectRatio(contentMode: .fill) .frame(width: 35, height: 35) .clipShape(Circle())
Replies
1
Boosts
0
Views
784
Activity
Nov ’23
Not create app
We create app but not select Bundle ID. I was create some Certificates, Identifiers & Profiles. But not show one this. Please check bug. Thank Apple!
Replies
2
Boosts
0
Views
731
Activity
Mar ’24
Login appleid in macos not work
This device is already associated with other accounts in the Apple Developer Program or the Apple Developer Enterprise Program. Please use a different device.
Replies
0
Boosts
0
Views
328
Activity
Oct ’24