Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update storekit config file #270

Merged
merged 3 commits into from
Jul 9, 2020
Merged

Conversation

aboedo
Copy link
Member

@aboedo aboedo commented Jul 8, 2020

Updates the StoreKit config file to reflect the new product IDs in the RevenueCat Dashboard.

Also fixes a debug copy bug

IMG_F563547BE3E6-1

@aboedo aboedo requested a review from vegaro July 8, 2020 18:44
@aboedo aboedo self-assigned this Jul 8, 2020
@@ -73,7 +73,7 @@ - (void)createAlias:(NSString *)alias withCompletionBlock:(void (^)(NSError *_Nu
completion(RCPurchasesErrorUtils.missingAppUserIDError);
return;
}
RCDebugLog(@"Creating an alias to %@ from %@", currentAppUserID, alias);
RCDebugLog(@"Creating an alias from %@ to %@", currentAppUserID, alias);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also fixed this bug

@aboedo aboedo merged commit e95aaf7 into develop Jul 9, 2020
@aboedo aboedo deleted the feature/update_storekit_config_file branch July 9, 2020 15:18
@aboedo aboedo mentioned this pull request Jul 9, 2020
@aboedo aboedo mentioned this pull request Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants