ios.m
419 字节
#import <Foundation/Foundation.h>
#include "LifeCycleListener.h"
void iOSExit ()
{
NSLog(@"¥¥¥¥¥执行 ios 退出代码");
[[NSNotificationCenter defaultCenter] postNotificationName:kUnityDidUnload object:nil];
[[NSNotificationCenter defaultCenter] postNotificationName:kUnityDidQuit object:nil];
[[NSNotificationCenter defaultCenter] postNotificationName:@"ExitCoaxSleepNoti" object:nil];
}