# Objective - Merge the examples on iOS and Android - Make sure they both work from the same code ## Solution - don't create window when not in an active state (from #6830) - exit on suspend on Android (from #6830) - automatically enable dependency feature of bevy_audio on android so that it works out of the box - don't inverse y position of touch events - reuse the same example for both Android and iOS Fixes #4616 Fixes #4103 Fixes #3648 Fixes #3458 Fixes #3249 Fixes #86
		
			
				
	
	
		
			7 lines
		
	
	
		
			66 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			66 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
#import "bindings.h"
 | 
						|
 | 
						|
int main() {
 | 
						|
    main_rs();
 | 
						|
    return 0;
 | 
						|
}
 |