APSwiftUtils

@objc
public class APSwiftUtils : NSObject

Undocumented

  • Detect if simulator enabled

    Declaration

    Swift

    public static let isSimulator: Bool
  • This method returns the idfa for this device. This is the advertising it. Nil if don’t have one.

    Declaration

    Swift

    @objc
    public static func identifierForAdvertising() -> String?