Remove Remote Notification Bug from Apple Submission

Whenever I upload any build over to Apple store it give me Remote notification related bug email. Though actually I have not added any about push notification in game. Then each time why I was getting this, that I can’t able to get.

So please give me suggestion for removing this kind of bug from each uploaded build.2862805--209586--Screen Shot 2016-11-22 at 3.38.20 PM.png

I see this warning too but it doesn’t stop my submitted apps passing.

I knew this but how to remove this because each time client getting this and he though like we worked in wrong way.

I don’t know. I just ignore it.

You can stop if from happening before you submit by going into the built Xcode project and then go to classes->Preprocessor.h.

In there you’ll see:

#define UNITY_USES_REMOTE_NOTIFICATIONS 1

Change that to a zero and you’re good

1 Like

I will try this and let you know about result.
Really thanks for your simplest reply :slight_smile: