Post

Replies

Boosts

Views

Activity

AASA file on CDN not updated for two weeks
I have a feature that relies on Apple Universal Links, which requires the apple-app-site-association file. I made some changes to this file a week ago, but I noticed that the corresponding file still hasn’t been updated when queried via: https://app-site-association.cdn-apple.com/a/v1/x When I query directly from our server, I can see the latest file here: https://x/.well-known/assetlinks.json Could anyone please help us update the file in the CDN? Thank you.
2
0
68
4d
LivePhoto not playing
Hi guys,I‘m facing a weird problem that when call LivePhotoView startplayBack at debug mode in Xcode,the livephotoview works as expected but under a release mode. I don't know why this happened , is there anyone has ever met the same situation? I'd be appreciated for your any kind of help, thank you. Both file path are correct , the only difference is the mode it runs. Bellow is the snap of my code: self.requestID = [PHLivePhoto requestLivePhotoWithResourceFileURLs:@[[NSURL fileURLWithPath:imagePath], [NSURL fileURLWithPath:videoPath]] placeholderImage:[UIImage imageWithContentsOfFile:imagePath] targetSize:self.bounds.size contentMode:PHImageContentModeAspectFill resultHandler:^(PHLivePhoto * _Nullable livePhoto, NSDictionary * _Nonnull info) { if (livePhoto) { self.typeView.isGray = NO; self.livePhotoView.livePhoto = livePhoto; [self.livePhotoView startPlaybackWithStyle:PHLivePhotoViewPlaybackStyleHint]; if (self.gotLivePhoto) { self.gotLivePhoto(); } } }];
0
0
334
Aug ’22
AASA file on CDN not updated for two weeks
I have a feature that relies on Apple Universal Links, which requires the apple-app-site-association file. I made some changes to this file a week ago, but I noticed that the corresponding file still hasn’t been updated when queried via: https://app-site-association.cdn-apple.com/a/v1/x When I query directly from our server, I can see the latest file here: https://x/.well-known/assetlinks.json Could anyone please help us update the file in the CDN? Thank you.
Replies
2
Boosts
0
Views
68
Activity
4d
LivePhoto not playing
Hi guys,I‘m facing a weird problem that when call LivePhotoView startplayBack at debug mode in Xcode,the livephotoview works as expected but under a release mode. I don't know why this happened , is there anyone has ever met the same situation? I'd be appreciated for your any kind of help, thank you. Both file path are correct , the only difference is the mode it runs. Bellow is the snap of my code: self.requestID = [PHLivePhoto requestLivePhotoWithResourceFileURLs:@[[NSURL fileURLWithPath:imagePath], [NSURL fileURLWithPath:videoPath]] placeholderImage:[UIImage imageWithContentsOfFile:imagePath] targetSize:self.bounds.size contentMode:PHImageContentModeAspectFill resultHandler:^(PHLivePhoto * _Nullable livePhoto, NSDictionary * _Nonnull info) { if (livePhoto) { self.typeView.isGray = NO; self.livePhotoView.livePhoto = livePhoto; [self.livePhotoView startPlaybackWithStyle:PHLivePhotoViewPlaybackStyleHint]; if (self.gotLivePhoto) { self.gotLivePhoto(); } } }];
Replies
0
Boosts
0
Views
334
Activity
Aug ’22