File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
iOS_SDK/OneSignalDevApp/OneSignalDevApp Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -131,13 +131,7 @@ - (IBAction)sendTagButton:(id)sender {
131131}
132132
133133- (IBAction )getInfoButton : (id )sender {
134- NSLog (@" 💛 Dev App: get User and Device information" );
135- [OneSignalUserManagerImpl.sharedInstance internalDumpInfo ];
136- NSLog (@" 💛 Dev App: OneSignal.Notifications permission: %d " , [OneSignal.Notifications permission ]);
137- NSLog (@" 💛 Dev App: OneSignal.Notifications.canRequestPermission: %d " , [OneSignal.Notifications canRequestPermission ]);
138- [OneSignal internalDumpInfo ];
139- NSLog (@" 💛 Dev App: getPrivacyConsent: %d " , OneSignal.getPrivacyConsent );
140- NSLog (@" 💛 Dev App: requiresPrivacyConsent: %d " , [OneSignal requiresPrivacyConsent ]);
134+ NSLog (@" Dev App: get User and Device information, you need to fill in" );
141135}
142136
143137- (IBAction )sendTagsButton : (id )sender {
You can’t perform that action at this time.
0 commit comments