➜ ios_sdk git:(master) cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "origin"]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adjsut test file | |
https://gist.githubusercontent.com/nonelse/f7e0f651668e40d3eebc8f637b154593/raw/466e159f54b59366d4b52ec8259cd5f01ba95748/testfile.adjust |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iOS 10.0.1 | |
iPA file | |
source/cocoapods | |
181 kilobytes | |
dynamic/carthage | |
630 kilobytes | |
installed | |
source/cocoapods | |
891 kilobytes | |
dynamic/carthage |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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 |
Steps to make a new adjust Android release
-
Make all changes you intend to include in PR.
-
Do that on SEPARATE branch (not on master).
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
base 64 request = | |
MIITswYJKoZIhvcNAQcCoIITpDCCE6ACAQExCzAJBgUrDgMCGgUAMIIDZAYJKoZIhvcNAQcBoIIDVQSCA1ExggNNMAoCAQgCAQEEAhYAMAoCARQCAQEEAgwAMAsCAQECAQEEAwIBADALAgEDAgEBBAMMATEwCwIBCwIBAQQDAgEAMAsCAQ4CAQEEAwIBXjALAgEPAgEBBAMCAQAwCwIBEAIBAQQDAgEAMAsCARkCAQEEAwIBAzAMAgEKAgEBBAQWAjQrMA0CAQ0CAQEEBQIDATjkMA0CARMCAQEEBQwDMS4wMA4CAQkCAQEEBgIEUDIzMTAYAgEEAgECBBBb+yJIWTUA1Q5B74oAVCLIMBsCAQACAQEEEwwRUHJvZHVjdGlvblNhbmRib3gwHAIBAgIBAQQUDBJjb20uYWRqdXN0LmV4YW1wbGUwHAIBBQIBAQQUBDSwjKBT8TyTrsedyPkY3R/AbxUwHgIBDAIBAQQWFhQyMDE1LTAzLTI2VDE0OjIwOjA4WjAeAgESAgEBBBYWFDIwMTMtMDgtMDFUMDc6MDA6MDBaMDkCAQcCAQEEMZd16zwkiFPkeYttrNz+WQFdeXitolhR5CtESy80wOzuIEk9SEpLhT7sE1Un4nfQFLswRwIBBgIBAQQ/08QpIckybe4VKjnxzHcze76R0YhOcS2gVJ+foZjqtMbqznM3Pjgy7D/QgsEyaO2SXyqgAZtRnkU5ex5r4O0tMIIBYwIBEQIBAQSCAVkxggFVMAsCAgasAgEBBAIWADALAgIGrQIBAQQCDAAwCwICBrACAQEEAhYAMAsCAgayAgEBBAIMADALAgIGswIBAQQCDAAwCwICBrQCAQEEAgwAMAsCAga1AgEBBAIMADALAgIGtgIBAQQCDAAwDAICBqUCAQEEAwIBATAMAgIGqwIBAQQDAgEEMAwCAgauAgEBBAMCAQAwDAICBq8CAQEEAwIBADAMAgIGsQIBAQQDAgEAMBsCAganAgEBBB |
deepLink
NewerOlder