AppDelegate.h add back this line
@property (strong, nonatomic) UIWindow * window;

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow * window;

@end


Free up 34GB+ before update xcode

Del ios Device Support
~/Library/Developer/Xcode/iOS/DeviceSupport
del non-using version

Del Simulators
~/Library/Developer/CoreSimulator/Devices

Reference Link:
https://developer.android.com/google/play/billing/realtime_developer_notifications

Step 1 Setup Cloud Service

https://console.cloud.google.com/cloudpubsub/
=>create topic
=>projects/xxxxxxxxxxxxx/topics/mgotest
=>Google-managed key
=>create topic

=>create subscriptions
subscription ID

Delivery type
Push

Push endpoint
https://xxxxxxxxxx/ASTest.php

Step 2 Pair up the project with Google play consol

Google Play Console.
=>select App
=>Developerment tools
=>Services & Apis
=>Real-time developer notifications
Topic name=>projects/ xxxxxxxxxxxxx /topics/mgotest

add Accelerate.framework

add “-lc++” to Other Linker Flags in your Build Settings.

Example:
Added a new sheet and put the push down list on it
First, select the whole row
Data>Data validation
Change the Cell Range to C2:C
which means the formula will excluded the row 1(header)
Click on Criteria box
Choose the list sheet
Highlight the whole row which you want to able to select in the pull down menu, and changed to TaskConstantList!B2:B to skip the header

convert sha-1 hash (from google) to base64 hash for facebook

install xxd in centos
yum install vim-common

echo 33:4E:48:84:19:50:3A:1F:63:A6:0F:F6:A1:C2:31:E5:01:38:55:2E | xxd -r -p | openssl base64

Output:
M05IhBlQOh9jpg/2ocIx5QE4VS4=

copy this to facebook console

~ gitbook command ~

Post on (2019.09.16) |gitbook | No Comments

cd to the project folder
cd /Users/xxx/GitBook/Library/Import/project

checking
gitbook serve .

PDF
gitbook pdf .

gen html
gitbook build . –output=./html

1)clean project rebuild

2)restart android studio

3)File->Invalidate cache and restart

4)open android terminal
first time use Gradle have to change the permission
chmod +x gradlew
./gradlew compileDebugSource –stacktrace -info
then see the error for details

« Previous Page | Next Page »

Smiley face

May 2024
S M T W T F S
 1234
567891011
12131415161718
19202122232425
262728293031  
晴晴兔的少女回憶 =3=~ All rights reserved.