File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ # 2020-06-02 -- v0.20.2
2
+ - [ fixed] Fixed log message for in-app messaging test on device flow (#5680 ).
3
+
1
4
# 2020-05-19 -- v0.20.1
2
5
- [ fixed] Fixed an issue where clicks were counted for messages with no action URL (#5564 ).
3
6
Original file line number Diff line number Diff line change @@ -385,18 +385,20 @@ - (void)internalStartRuntimeWithSDKSettings:(FIRIAMSDKSettings *)settings {
385
385
NSString
386
386
*_Nullable FISToken,
387
387
NSError *_Nullable error) {
388
- // Always dump the instance
389
- // id into log on startup to
390
- // help developers to find it
391
- // for their app instance.
388
+ // Always dump the
389
+ // installation ID into log
390
+ // on startup to help
391
+ // developers to find it for
392
+ // their app instance.
392
393
FIRLogDebug (
393
394
kFIRLoggerInAppMessaging ,
394
395
@" I-IAM180017" ,
395
396
@" Starting "
396
397
@" InAppMessaging "
397
398
@" runtime "
398
399
@" with "
399
- " Instance ID %@ " ,
400
+ " Firebase Installation "
401
+ " ID %@ " ,
400
402
FID);
401
403
}];
402
404
You can’t perform that action at this time.
0 commit comments