Skip to content

Commit

Permalink
Handled updating optout status to the Apptics server instantly
Browse files Browse the repository at this point in the history
  • Loading branch information
saravanan-selvam committed Mar 14, 2022
1 parent 957ae82 commit eed2fcc
Show file tree
Hide file tree
Showing 428 changed files with 1,551 additions and 1,616 deletions.
Binary file modified .DS_Store
Binary file not shown.
54 changes: 27 additions & 27 deletions Apptics.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,92 +6,91 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Apptics.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>Apptics.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>watchos-arm64_32_armv7k</string>
<key>LibraryPath</key>
<string>Apptics.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
<string>arm64_32</string>
<string>armv7k</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>watchos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>watchos-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Apptics.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>watchos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>watchos-arm64_32_armv7k</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>Apptics.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64_32</string>
<string>armv7k</string>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>Apptics.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>tvos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>watchos-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Apptics.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -101,21 +100,22 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>Apptics.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>macos</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified Apptics.xcframework/ios-arm64_armv7/Apptics.framework/Apptics
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,20 @@

#import <Apptics/Apptics.h>
#import <Apptics/Analytics.h>
#import <Apptics/APRemoteConfig.h>
#import <Apptics/APRemoteConfigValue.h>
#import <Apptics/FeedbackKit.h>
#import <Apptics/APAPIManager.h>
#import <Apptics/APLog.h>
#import <Apptics/APBundle.h>
#import <Apptics/WCSessionSwizzlerDelegate.h>
#import <Apptics/APRemoteConfig.h>
#import <Apptics/APRateUs.h>
#import <Apptics/APEvent.h>
#import <Apptics/APAppUpdateManager.h>
#import <Apptics/APCustomHandler.h>

#else

#import "Apptics.h"
#import "Analytics.h"
#import "APRemoteConfig.h"
#import "APRemoteConfigValue.h"
#import "FeedbackKit.h"
#import "APAPIManager.h"
#import "APLog.h"
#import "APBundle.h"
#import "WCSessionSwizzlerDelegate.h"
#import "APRemoteConfig.h"
#import "APRateUs.h"
#import "APEvent.h"
#import "APAppUpdateManager.h"
#import "APCustomHandler.h"

#endif


#endif /* AppticsHeader_h */
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ NS_ASSUME_NONNULL_BEGIN

- (void) anonymousRegisterDeviceSuccess : (NSString* _Nullable) anonid completion:(void (^)(NSDictionary * _Nullable deviceInfo))success;

- (void) updateTrackingStatus;

- (void) registerUserWithDeviceId : (NSString*) deviceId andOrgID : (NSString* _Nullable) groupID success:(void (^)(NSDictionary * _Nullable deviceInfo))success;

- (void) newRegisterUserWithOrgID : (NSString* _Nullable) groupID success: (void (^)(NSDictionary * _Nullable deviceInfo))success;
Expand Down
Binary file modified Apptics.xcframework/ios-arm64_armv7/Apptics.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,20 @@

#import <Apptics/Apptics.h>
#import <Apptics/Analytics.h>
#import <Apptics/APRemoteConfig.h>
#import <Apptics/APRemoteConfigValue.h>
#import <Apptics/FeedbackKit.h>
#import <Apptics/APAPIManager.h>
#import <Apptics/APLog.h>
#import <Apptics/APBundle.h>
#import <Apptics/WCSessionSwizzlerDelegate.h>
#import <Apptics/APRemoteConfig.h>
#import <Apptics/APRateUs.h>
#import <Apptics/APEvent.h>
#import <Apptics/APAppUpdateManager.h>
#import <Apptics/APCustomHandler.h>

#else

#import "Apptics.h"
#import "Analytics.h"
#import "APRemoteConfig.h"
#import "APRemoteConfigValue.h"
#import "FeedbackKit.h"
#import "APAPIManager.h"
#import "APLog.h"
#import "APBundle.h"
#import "WCSessionSwizzlerDelegate.h"
#import "APRemoteConfig.h"
#import "APRateUs.h"
#import "APEvent.h"
#import "APAppUpdateManager.h"
#import "APCustomHandler.h"

#endif


#endif /* AppticsHeader_h */
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ NS_ASSUME_NONNULL_BEGIN

- (void) anonymousRegisterDeviceSuccess : (NSString* _Nullable) anonid completion:(void (^)(NSDictionary * _Nullable deviceInfo))success;

- (void) updateTrackingStatus;

- (void) registerUserWithDeviceId : (NSString*) deviceId andOrgID : (NSString* _Nullable) groupID success:(void (^)(NSDictionary * _Nullable deviceInfo))success;

- (void) newRegisterUserWithOrgID : (NSString* _Nullable) groupID success: (void (^)(NSDictionary * _Nullable deviceInfo))success;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</data>
<key>AppticsResources.bundle/Info.plist</key>
<data>
jx7u3KrHHsC0CTJ5mSHzgzCrOZg=
85uqt8UfraNek/cmecWddDjxZRc=
</data>
<key>AppticsResources.bundle/ZAAppUpdateAlert.nib</key>
<data>
Expand Down Expand Up @@ -67,15 +67,15 @@
</data>
<key>AppticsResources.bundle/_CodeSignature/CodeDirectory</key>
<data>
6FzyfV3lg/AuDv/9KL0F368nU04=
6WmqhlT2O19uCI9ODAFjJjjZ2CE=
</data>
<key>AppticsResources.bundle/_CodeSignature/CodeRequirements</key>
<data>
OnX22wWFKRSOFN1+obRynMCeyXM=
</data>
<key>AppticsResources.bundle/_CodeSignature/CodeRequirements-1</key>
<data>
iUgIpmmD8P25oBGrIN2gOFhiJj8=
kf6Jtd1/X1CRORA/dNY7GiztsRE=
</data>
<key>AppticsResources.bundle/_CodeSignature/CodeResources</key>
<data>
Expand Down Expand Up @@ -544,7 +544,7 @@
</data>
<key>Headers/AppticsHeader.h</key>
<data>
dobko8VMnEWyhAwpfJrGORdo/VE=
WkBq8wgj2hAUkuDIuSOh0vcneug=
</data>
<key>Headers/NSData+APGunZip.h</key>
<data>
Expand Down Expand Up @@ -644,7 +644,7 @@
</data>
<key>Headers/ZAPIManager.h</key>
<data>
bt1a6SmNOz5zYzLwe2ilSQ+XJkE=
hFR2ZRPSCJafsv4d7F1kS2p7mW4=
</data>
<key>Headers/ZAPrivate.h</key>
<data>
Expand Down Expand Up @@ -680,7 +680,7 @@
</data>
<key>Info.plist</key>
<data>
jFo/IYZ6FVVlJKEoT3cbz1JBaFQ=
BPiqdlNBwaYVPqV6PgP0kVkeCF8=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -728,11 +728,11 @@
<dict>
<key>hash</key>
<data>
jx7u3KrHHsC0CTJ5mSHzgzCrOZg=
85uqt8UfraNek/cmecWddDjxZRc=
</data>
<key>hash2</key>
<data>
lh2VcQrTN+j2ykZwpv1dEm/L8ZzKJbFaztU1OmB4Qb0=
NRsEUyWaUasj4CLPLY7l2uMFEMYbrDFJm1XGASaYNFs=
</data>
</dict>
<key>AppticsResources.bundle/ZAAppUpdateAlert.nib</key>
Expand Down Expand Up @@ -849,11 +849,11 @@
<dict>
<key>hash</key>
<data>
6FzyfV3lg/AuDv/9KL0F368nU04=
6WmqhlT2O19uCI9ODAFjJjjZ2CE=
</data>
<key>hash2</key>
<data>
t775EGl083pD9gsFVpgKQjTD9Dk3SkF295EmowRo+M8=
kI975XmupL+MnN3wP8JbkeA3nZsHr0sCzcYs7O6GAko=
</data>
</dict>
<key>AppticsResources.bundle/_CodeSignature/CodeRequirements</key>
Expand All @@ -871,11 +871,11 @@
<dict>
<key>hash</key>
<data>
iUgIpmmD8P25oBGrIN2gOFhiJj8=
kf6Jtd1/X1CRORA/dNY7GiztsRE=
</data>
<key>hash2</key>
<data>
8RkM0HVEFkYIdO/akywQcPdS13AZoY+72PCQI/dDeOc=
nzBolv+8a6J14v1nveNTPVvGgeDo7CmQcR4GmwkX7k4=
</data>
</dict>
<key>AppticsResources.bundle/_CodeSignature/CodeResources</key>
Expand Down Expand Up @@ -1726,11 +1726,11 @@
<dict>
<key>hash</key>
<data>
dobko8VMnEWyhAwpfJrGORdo/VE=
WkBq8wgj2hAUkuDIuSOh0vcneug=
</data>
<key>hash2</key>
<data>
TqVgHlPRnYoonJT321hzZHojiMfQ0X3IUmbj1K5/qJU=
yrFKL8hT3dlOg9L4Evxu08ht+kmOYxTavpMwY5S5MfE=
</data>
</dict>
<key>Headers/NSData+APGunZip.h</key>
Expand Down Expand Up @@ -2001,11 +2001,11 @@
<dict>
<key>hash</key>
<data>
bt1a6SmNOz5zYzLwe2ilSQ+XJkE=
hFR2ZRPSCJafsv4d7F1kS2p7mW4=
</data>
<key>hash2</key>
<data>
XDf2+BKBf7SixemmvWLh6+trkfTHmADTPL4tj4XoERI=
Vzx52ES8h1rH45ffM/5CFjGI4XBmH9+6zRFKOtoXlts=
</data>
</dict>
<key>Headers/ZAPrivate.h</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,20 @@

#import <Apptics/Apptics.h>
#import <Apptics/Analytics.h>
#import <Apptics/APRemoteConfig.h>
#import <Apptics/APRemoteConfigValue.h>
#import <Apptics/FeedbackKit.h>
#import <Apptics/APAPIManager.h>
#import <Apptics/APLog.h>
#import <Apptics/APBundle.h>
#import <Apptics/WCSessionSwizzlerDelegate.h>
#import <Apptics/APRemoteConfig.h>
#import <Apptics/APRateUs.h>
#import <Apptics/APEvent.h>
#import <Apptics/APAppUpdateManager.h>
#import <Apptics/APCustomHandler.h>

#else

#import "Apptics.h"
#import "Analytics.h"
#import "APRemoteConfig.h"
#import "APRemoteConfigValue.h"
#import "FeedbackKit.h"
#import "APAPIManager.h"
#import "APLog.h"
#import "APBundle.h"
#import "WCSessionSwizzlerDelegate.h"
#import "APRemoteConfig.h"
#import "APRateUs.h"
#import "APEvent.h"
#import "APAppUpdateManager.h"
#import "APCustomHandler.h"

#endif


#endif /* AppticsHeader_h */
Loading

0 comments on commit eed2fcc

Please sign in to comment.