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 UnityEngine; | |
| using UnityEditor; | |
| using UnityEditor.Callbacks; | |
| namespace Redspace | |
| { | |
| public class MyPostProcessor | |
| { | |
| [PostProcessBuild(99999)] | |
| public static void BuildMyShit(BuildTarget buildTarget, string pathToBuiltProject) |
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
| extern "C" bool isTestflightBuild() | |
| { | |
| NSURL *receiptURL = [[NSBundle mainBundle] appStoreReceiptURL]; | |
| NSString *receiptURLString = [receiptURL path]; | |
| return ([receiptURLString rangeOfString:@"sandboxReceipt"].location != NSNotFound); | |
| } |
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
| 0xDF144F02408bEae1649741C0d992a39c2FF152C7 |
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
| sudo yum -y update | |
| sudo yum -y groupinstall "Development Tools" | |
| sudo yum -y install git libcurl-devel libcurl | |
| # jansson C json library | |
| wget ftp://fr2.rpmfind.net/linux/epel/testing/6/x86_64/jansson-2.6-1.el6.x86_64.rpm | |
| wget ftp://fr2.rpmfind.net/linux/epel/testing/6/x86_64/jansson-devel-2.6-1.el6.x86_64.rpm | |
| sudo yum -y install jansson-2.6-1.el6.x86_64.rpm | |
| sudo yum -y install jansson-devel-2.6-1.el6.x86_64.rpm | |
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
| private IEnumerator StreamTrackRoutine(SCTrack track) | |
| { | |
| if(Instance == null) { | |
| Debug.Log("SoundCloudService - Instance is null"); | |
| } | |
| Status = ServiceStatus.Busy; | |
| string streamUrl = SCServiceUtils.AppendClientId(track.stream_url); | |
| streamUrl = SCServiceUtils.AppendClientId(track.stream_url); |
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
| { | |
| "body": "", | |
| "files": [], | |
| "form": {}, | |
| "headers": { | |
| "Accept-Encoding": [ | |
| "gzip" | |
| ], | |
| "Connection": [ | |
| "close" |
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
| { | |
| "body": "", | |
| "files": [], | |
| "form": {}, | |
| "headers": { | |
| "Accept-Encoding": [ | |
| "gzip" | |
| ], | |
| "Connection": [ | |
| "close" |
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
| ----- pid 146 at 2014-02-19 17:28:39 ----- | |
| Cmd line: system_server | |
| DALVIK THREADS: | |
| (mutexes: tll=0 tsl=0 tscl=0 ghl=0 hwl=0 hwll=0) | |
| "main" prio=5 tid=1 NATIVE | |
| | group="main" sCount=1 dsCount=0 obj=0x400281a0 self=0xce60 | |
| | sysTid=146 nice=0 sched=0/0 cgrp=default handle=-1345006400 | |
| at com.android.server.SystemServer.init1(Native Method) | |
| at com.android.server.SystemServer.main(SystemServer.java:740) |
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
| java.lang.RuntimeException: Unable to start activity ComponentInfo{com.scopely.slotsvacation/com.facebook.unity.FBUnityPlayerActivity}: java.lang.IllegalArgumentException: Unable to find native library: main | |
| at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1658) | |
| at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1674) | |
| at android.app.ActivityThread.access$1500(ActivityThread.java:117) | |
| at android.app.ActivityThread$H.handleMessage(ActivityThread.java:942) | |
| at android.os.Handler.dispatchMessage(Handler.java:99) | |
| at android.os.Looper.loop(Looper.java:130) | |
| at android.app.ActivityThread.main(ActivityThread.java:3735) | |
| at java.lang.reflect.Method.invokeNative(Native Method) | |
| at java.lang.reflect.Method.invoke(Method.java:507) |
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
| java.lang.Error: FATAL EXCEPTION [main] | |
| Unity version : 4.3.4f1 | |
| Device model : samsung SCH-I605 | |
| Device fingerprint: Verizon/t0ltevzw/t0ltevzw:4.3/JSS15J/I605VRUEMJ9:user/release-keys | |
| Caused by: java.lang.RuntimeException: Unable to resume activity {com.scopely.slotsvacation/com.facebook.unity.FBUnityPlayerActivity}: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=64206, result=0, data=null} to activity {com.scopely.slotsvacation/com.facebook.unity.FBUnityPlayerActivity}: java.lang.NullPointerException | |
| at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2937) | |
| at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2966) | |
| at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2367) | |
| at android.app.ActivityThread.access$700(ActivityThread.java:168) |