QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

QWCFileInfoAppSupportURL (property)

A URL where users can find support for your product.

Syntax

@property (nonatomic,readwrite,assign,getter=QWCFileInfoAppSupportURL,setter=setQWCFileInfoAppSupportURL:) NSString* QWCFileInfoAppSupportURL;
- (NSString*)QWCFileInfoAppSupportURL;
- (void)setQWCFileInfoAppSupportURL:(NSString*)newQWCFileInfoAppSupportURL;
public var QWCFileInfoAppSupportURL: String {
  get {...}
set {...} }

Default Value

""

Remarks

A URL where users can find support for your product.

The domain name specified in this URL must match the domain name specified in QWCFileInfoAppURL.

During development you may specify "localhost" or a machine name in place of the domain name. If a machine name is specified, it must match the machine name specified in QWCFileInfoAppURL.

The URL provided in QWCFileInfoAppURL must be a https:// URL. The only exception to this is when using "localhost" for development, in that case a http:// URL may be used.

This property is required.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 iOS Edition - Version 20.0 [Build 7941]