QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

QWCFileInfoAppURL (property)

The URL of your web application.

Syntax

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

Default Value

""

Remarks

The URL of your web application.

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]