Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Error auth Appelerator sdk version >=2 #42

@afranioce

Description

@afranioce

remove global
to

row 806

if (typeof global.Titanium !== 'undefined' && typeof global.Titanium.Network.createHTTPClient != 'undefined') {
XHR = global.Titanium.Network.createHTTPClient();

to

if (typeof Titanium !== 'undefined' && typeof Titanium.Network.createHTTPClient != 'undefined') {
XHR = Titanium.Network.createHTTPClient();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions