Skip to content

Instantly share code, notes, and snippets.

View nonelse's full-sized avatar

Pedro Filipe nonelse

  • adjust GmbH
  • Germany
View GitHub Profile
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace AdjustSdk.Pcl
{
internal class ActionQueue
{
private ILogger _Logger = AdjustFactory.Logger;
private Queue<Action> _ActionQueue = new Queue<Action>();
https://app.adjust.com/lzwlfx?campaign=Win10_aggregator_NOV16&adgroup=test&creative={{{publisher_id}}}&win_adid&win_naid
https://app.adjust.com/lzwlfx?campaign=Win10_aggregator_NOV16&adgroup=test&creative=manualtest
adjsut test file
https://gist.githubusercontent.com/nonelse/f7e0f651668e40d3eebc8f637b154593/raw/466e159f54b59366d4b52ec8259cd5f01ba95748/testfile.adjust
@nonelse
nonelse / Sdk size.txt
Last active October 20, 2016 09:29
Size of the sdks
iOS 10.0.1
iPA file
source/cocoapods
181 kilobytes
dynamic/carthage
630 kilobytes
installed
source/cocoapods
891 kilobytes
dynamic/carthage
➜  ios_sdk git:(master) cat .git/config
[core]
           repositoryformatversion = 0
           filemode = true
           bare = false
           logallrefupdates = true
           ignorecase = true
           precomposeunicode = true
[remote "origin"]
/*
* Copyright Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@nonelse
nonelse / android_release.md
Created May 8, 2015 11:20
Make New Android Release

Steps to make a new adjust Android release

  1. Make all changes you intend to include in PR.

  2. Do that on SEPARATE branch (not on master).

  3. After you have finished changing source files, make sure that you change all files which contain occurence of current version and to replace those occurences with new version number. In order to check all files which contain occurence of current version (for example v4.0.5) run this command inside repository root folder:

ag -i 4.0.5

function verify_app_store_in_app($receipt, $is_sandbox)
{
//$sandbox should be TRUE if you want to test against itunes sandbox servers
if ($is_sandbox)
$verify_host = "ssl://sandbox.itunes.apple.com";
else
$verify_host = "ssl://buy.itunes.apple.com";
$json='{"receipt-data" : "'.$receipt.'" }';
//opening socket to itunes
base 64 request =
MIITswYJKoZIhvcNAQcCoIITpDCCE6ACAQExCzAJBgUrDgMCGgUAMIIDZAYJKoZIhvcNAQcBoIIDVQSCA1ExggNNMAoCAQgCAQEEAhYAMAoCARQCAQEEAgwAMAsCAQECAQEEAwIBADALAgEDAgEBBAMMATEwCwIBCwIBAQQDAgEAMAsCAQ4CAQEEAwIBXjALAgEPAgEBBAMCAQAwCwIBEAIBAQQDAgEAMAsCARkCAQEEAwIBAzAMAgEKAgEBBAQWAjQrMA0CAQ0CAQEEBQIDATjkMA0CARMCAQEEBQwDMS4wMA4CAQkCAQEEBgIEUDIzMTAYAgEEAgECBBBb+yJIWTUA1Q5B74oAVCLIMBsCAQACAQEEEwwRUHJvZHVjdGlvblNhbmRib3gwHAIBAgIBAQQUDBJjb20uYWRqdXN0LmV4YW1wbGUwHAIBBQIBAQQUBDSwjKBT8TyTrsedyPkY3R/AbxUwHgIBDAIBAQQWFhQyMDE1LTAzLTI2VDE0OjIwOjA4WjAeAgESAgEBBBYWFDIwMTMtMDgtMDFUMDc6MDA6MDBaMDkCAQcCAQEEMZd16zwkiFPkeYttrNz+WQFdeXitolhR5CtESy80wOzuIEk9SEpLhT7sE1Un4nfQFLswRwIBBgIBAQQ/08QpIckybe4VKjnxzHcze76R0YhOcS2gVJ+foZjqtMbqznM3Pjgy7D/QgsEyaO2SXyqgAZtRnkU5ex5r4O0tMIIBYwIBEQIBAQSCAVkxggFVMAsCAgasAgEBBAIWADALAgIGrQIBAQQCDAAwCwICBrACAQEEAhYAMAsCAgayAgEBBAIMADALAgIGswIBAQQCDAAwCwICBrQCAQEEAgwAMAsCAga1AgEBBAIMADALAgIGtgIBAQQCDAAwDAICBqUCAQEEAwIBATAMAgIGqwIBAQQDAgEEMAwCAgauAgEBBAMCAQAwDAICBq8CAQEEAwIBADAMAgIGsQIBAQQDAgEAMBsCAganAgEBBB