Class OptionXcode.OptionForceDisableRemoteNotifications
Older versions of Unity had the issue that they mis-detected the usage of remote notifications, which would trigger an error email with iTunes Connect if the entitlement wasn't present.
This Option force disables remote notifications, only enable if you know you don't use them!
Inherited Members
Namespace: sttz.Trimmer.Options
Assembly: Trimmer.dll
Syntax
public class OptionForceDisableRemoteNotifications : OptionToggle
Methods
| Improve this Doc View SourcePostprocessBuild(BuildTarget, String, OptionInclusion)
Declaration
public override void PostprocessBuild(BuildTarget target, string path, OptionInclusion inclusion)
Parameters
Type | Name | Description |
---|---|---|
UnityEditor.BuildTarget | target | |
System.String | path | |
OptionInclusion | inclusion |