Code Monkey home page Code Monkey logo

ios-pod-specs's Introduction

โš ๏ธ Note that all Accengage repos have moved to Airship's github organization. A redirection on the new links has been set. So, you can continue to use the Accengage links but we encourage you to modify your configuration to use the Airship link instead. If you notice something wrong, do not hesitate to contact our customer support team. This repo will be found at: https://github.com/urbanairship/ios-pod-specs

ios-pod-specs

Repository for Accengage CocoaPods specifications.

ios-pod-specs's People

Contributors

aslimacc avatar khmmouna avatar oristanovic avatar ulrico972 avatar yacir avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ios-pod-specs's Issues

Cocoapods warning

When adding Accengage-iOS-SDK-Extension (v1.1.0), cocoapods issues the following warning:

[!] 'Accengage-iOS-SDK-Extension' uses the unencrypted http protocol to transfer the Pod. Please be sure you're in a safe network with only trusted hosts in there. Please reach out to the library author to notify them of this security issue.

Cocoapods error installing Accengage-iOS-SDK

Hello. We get this error when running pod install for Accengage.

[!] Error installing Accengage-iOS-SDK
[!] /usr/bin/curl -f -L -o /var/folders/vb/628zbf_924z_2jtx1fmy8rk80000gn/T/d20210520-90232-101jdfk/file.zip https://dl.bintray.com/accengage/iOS/AccengageKit-6.4.1.zip --create-dirs --netrc-optional --retry 2 -A 'CocoaPods/1.10.1 cocoapods-downloader/1.4.0'

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 403 Forbidden

Please fix it soon. We need it for a release

How to completely disable all tracking but keep Push notifications on

Since the GDRP went into effect we want to completely disable all user tracking but leave push notifications on. If we call the following functions according to the documentation

Accengage.startWithOpt(.enabled)
Accengage.setDataOptInEnabled(false)

When we call Accengage.push()?.registerForUserNotifications(...) we get the following messages:
BMA4S : Data opt-in disabled.
BMA4S : WARNING: SDK not active. Method called will not execute

So it appears that if the user opts out of data tracking Push notifications are disabled.

This is irregular behavior. Push notifications and user tracking should be two completely separate modules. Please advise on how to disable all user tracking and keep push notifications on.

Can't install SDK with CocoaPods

We can't install the Accengage-SDK using CocoaPods. Seems like there are Problems with the SSL configuration on the accengage server.

Steps to reproduce:

  • Delete all CocoaPods caches
  • Run pod install

Error output:

Analyzing dependencies
Downloading dependencies
Installing Accengage-iOS-SDK (6.2.1)

[!] Error installing Accengage-iOS-SDK
[!] /usr/bin/curl -f -L -o /var/folders/1g/srbzk5ks4_q05l6bwfn23vn00000gn/T/d20190416-6418-zwkog2/file.zip https://docs.accengage.com/sdk/ios/AccengageKit-6.2.1.zip --create-dirs --netrc-optional --retry 2

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:01:15 --:--:--     0
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to docs.accengage.com:443

Checksum error in cocoapod

Since your last update the 7th of may, I am getting an error on my CI system :
The podfile.lock contains changes

12:03:52  SPEC CHECKSUMS:
12:03:52 -  Accengage-iOS-SDK: 984688556c22c1b86bfd924963421bd22824743b
12:03:52 +  Accengage-iOS-SDK: 3ca71d11770e9a97be0bc24da9bc3b6f57d92f52

looking at it a bit closer I realised even though I was asking for the 6.1 version in my podfile
pod 'Accengage-iOS-SDK', '~> 6.1'
The installed version in the podfile.lock was 6.3
- Accengage-iOS-SDK (6.3.2)
So I thought I could fix my issue by upgrading to the latest version 6.4 but even when asking :
pod 'Accengage-iOS-SDK', '~> 6.4' and thus installing
`- Accengage-iOS-SDK (6.4.2)``
I find myself with the same issue where the check sum changed in the podfile.lock while installing it on my CI :

10:57:20 -  Accengage-iOS-SDK: cbc7783c79dc5b5094b62cf48f4dafaaabad83c5
10:57:20 +  Accengage-iOS-SDK: ae61bfd76709089ec76dde8266a0d75906b2a45e```

Empty Pod

When I try to use it, we receive a ok installation but on pod we only have support files and cannot import or use it.

image

image

Pod install doesn't work anymore

Podfile contains:

use_frameworks!
source 'https://github.com/Accengage/ios-pod-specs.git'

and

pod 'Accengage-iOS-SDK'

after runningpod install.

Installing Accengage-iOS-SDK (6.1.2)

[!] Error installing Accengage-iOS-SDK
[!] /usr/bin/curl -f -L -o /var/folders/6n/pjqbkfkd2pl4w96yy_fnlncr0000gn/T/d20180227-32995-140q6nv/file.zip http://docs.accengage.com/sdk/ios/AccengageKit-6.1.2.zip --create-dirs --netrc-optional

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.