マクロ内に特定のコード行があります
//#define EnablePushNotification
#ifdef EnablePushNotification
[[UIApplication sharedApplication] registerForRemoteNotificationTypes:(UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound|UIRemoteNotificationTypeAlert)];
#endif
私の質問は、「EnablePushNotification」がコメントアウトされている場合、生成された.ipaファイルに「EnablePushNotification」内のコードが含まれるかどうかです。