| Numéro d’ID de bogue | 
                        BUG-000122948 | 
                         | Envoi | June 10, 2019 | 
 
                        | Dernière modification | June 5, 2024 | 
 
                        | S’applique à | ArcGIS Runtime SDK | 
 
                        | Version trouvée | 100.5 | 
 
                        
                        | Système d’exploitation | Apple iOS | 
 
                        | Version du système d’exploitation | 12.0x | 
 
                        
                        
                        
                        | Statut | Will Not Be Addressed
                            
                        
                        
                            L’équipe de développement a examiné le problème ou la demande et a décidé qu’ils ne seraient pas traités. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
                        
                         | 
 
                        
                    
                    
                    
                        
                         
                         
                
                
                
                    
                    
                
                    
                        
                            
                        
                            Informations supplémentaires
                            A singleton instance of a LoginBusinessInterface class is holding on to the mobile map package instance. There is also a singleton instance of a MapFramework class holding on the ArcGIS Map and Feature layers from the .mmpk file. Because of these permanent references, updating the .mmpk file with a new file of the same name does not work.
iOS is a reference counted programming environment, which means that as soon as an instance’s lifecycle comes to an end, its dependencies can be destroyed and any resources it is holding on to can be relinquished.
For this particular case, make sure the references are released (e.g. by setting them to nil) to the previous feature layers and mobile map package before a new .mmpk file is copied on top of the existing one.
                        
                        
                    
                    Étapes pour reproduire
                    
                
             
            
                ID de bogue: BUG-000122948
                Logiciel: