Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VirtualCard-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
APP
VirtualCard-iOS
Commits
a848d58b
Commit
a848d58b
authored
Jul 16, 2019
by
IOS-张 博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改版本号
parent
ef1e3266
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
Info.plist
VirtualPayment/VirtualPayment/Application/Info.plist
+1
-1
QGAnalyticsService.m
...yment/QGUtils/QGTool/QGAnalyticsTool/QGAnalyticsService.m
+4
-1
No files found.
VirtualPayment/VirtualPayment/Application/Info.plist
View file @
a848d58b
...
...
@@ -17,7 +17,7 @@
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
1.0
</string>
<string>
6.5.27
</string>
<key>
CFBundleURLTypes
</key>
<array>
<dict>
...
...
VirtualPayment/VirtualPayment/QGUtils/QGTool/QGAnalyticsTool/QGAnalyticsService.m
View file @
a848d58b
...
...
@@ -67,7 +67,10 @@
// UserInfo 的 isLogin 方法是用于获取 App 当前的登录状态
BOOL
isLogin
=
[
QGUserInfo
isLogin
];
return
@{
@"appState"
:
[
NSNumber
numberWithInteger
:
appState
],
@"isLogin"
:
[
NSNumber
numberWithBool
:
isLogin
],
@"app_channel"
:
appChannel
,
@"app_name"
:
@"真享花"
,
@"app_version_code"
:
XcodeAppVersion
,
@"channel_code"
:
registerFrom
,
@"os"
:
@"ios"
,
@"package_name"
:
XcodeAppBundleIdentifier
NSString
*
app_version_codeStr
=
[
NSString
stringWithFormat
:
@"%@"
,
XcodeAppVersion
];
NSNumber
*
app_version_codeNum
=
@
([
app_version_codeStr
stringByReplacingOccurrencesOfString
:
@"."
withString
:
@""
].
integerValue
);
return
@{
@"appState"
:
[
NSNumber
numberWithInteger
:
appState
],
@"isLogin"
:
[
NSNumber
numberWithBool
:
isLogin
],
@"app_channel"
:
appChannel
,
@"app_name"
:
@"真享花"
,
@"app_version_code"
:
app_version_codeNum
,
@"channel_code"
:
registerFrom
,
@"os"
:
@"ios"
,
@"package_name"
:
XcodeAppBundleIdentifier
};
}];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment