How can I disable Dynamic Island interactions while using my app?
Post
Replies
Boosts
Views
Activity
The app crashes when creating a new album. This crash did not occur in our own testing, but after publishing it to the app store, it seems that the probability of occurrence is very high.
Debugging on iOS 17 is terribly slow in Xcode15,
Is that a solution?
When you’ve successfully started your Live Activity, you receive an Activity with a pushToken. Send it to your push notification server, and use it to send remote push notifications that update or end the Live Activity.
Hello, there are two questions I would like to inquire about.
Add button interaction to live activity. Can we click the button without automatically opening the application
How can live activity update network pictures normally? I tried the app groups method but failed
Model : iPhone 12 pro max
System : iOS 15 beta4
Desc : I set the collectionView to scroll to the back of the item, but it actually scrolls to the front.
The problem is currently only in iPhone 12pro max.
NSInteger row = indexPath.item + 1;
if (row > 0 && row < [self.dataSource collectionView:self numberOfItemsInSection:indexPath.section]) {
[UIView animateWithDuration:.3 animations:^{
[self scrollToItemAtIndexPath:[NSIndexPath indexPathForRow:row inSection:indexPath.section] atScrollPosition:UICollectionViewScrollPositionNone animated:NO];
}];
}