Sometimes when I am creating a new live activity, no error is detected (try-catch) but the activity is not displayed.
do{
let act = try Activity.request(attributes:activityAttributes,contentState: initialContentState)
}catch (let error){
print("Error creando la actividad en directo (error.localizedDescription)")
}
I have checked if the activity has been added to Activity.activities but the array is empty.Any help? I don't know why some activities are created without problems but others fail.